Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. CMD:test(playerid, params[])
  2. {
  3.     new cuenta = 0, string[64];
  4.     for(new i = 0; i < MAX_VEHICLES; i ++) if(validcar[i]) cuenta ++;
  5.     format(string, sizeof(string), "Cuenta: %d", cuenta);
  6.     SendClientMessageEx(playerid, -1, string);
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement