Advertisement
razvan_xd

Untitled

Oct 29th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. new
  2.     Bani = GetPlayerMoney ( playerid )
  3. ;
  4. if ( Bani < PRETUL_ARMEI )
  5. {
  6.     new
  7.         string [ 64 ]
  8.     ;
  9.     format ( string, sizeof ( string ), "Mai ai nevoie de $%i pentru a cumpara arma dorita.", PRETUL_ARMEI - Bani );
  10.     SendClientMessage ( playerid, -1, string );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement