Advertisement
KaLu17

[pawno.pl] -> #25319

Apr 10th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.14 KB | None | 0 0
  1. //Tablica
  2. new Hungry[MAX_PLAYERS];
  3.  
  4. //Warunek
  5. if(Hungry[playerid] < 0)
  6. {
  7.     //Co ma się dziać
  8. }
  9.  
  10. //Odbieranie
  11. Hungry[playerid] -= 5;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement