Guest User

Untitled

a guest
Apr 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.45 KB | None | 0 0
  1. public zyczenie(id)
  2. {
  3. }
  4.     PlayerXP[id] += 20
  5.     ColorChat(id,GREEN,"[%s]^x01: Dostales ^x04 20 ^x01 xp za zdobycie zyczenia",prefix);
  6.    
  7.    
  8.     while(PlayerXP[id] >= LEVELS[PlayerLevel[id]])
  9.     {
  10.         PlayerLevel[id] += 1
  11.         if( PlayerLevel[id]%5 == 0)
  12.         {
  13.             SkillPoints[id] += 2
  14.         }
  15.         ColorChat(id,GREEN,"[%s]^x01: Gratuluje, wbiles poziom ! Twoj Poziom to :^x03 %d^x01, posiadasz :^x03 %d^x01 punktow skilli.",prefix,PlayerLevel[id],SkillPoints[id])
  16.     }
  17. }
Add Comment
Please, Sign In to add comment