Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. command(recibirstats, playerid, params[])
  2. {
  3. if(Info[playerid][pLevel] <= 1)
  4. {
  5. GivePlayerCash(playerid, 50000);
  6. Info[playerid][pLevel] = 5;
  7. GuardarDatosUser(playerid);
  8. SendClientMessage(playerid, COLOR_GREEN, "Recibiste 50.000$ y nivel 4 disfrutalos e Invita a tus Amigos no uses Bugs.!");
  9. }
  10. else SendClientMessageEx(playerid, COLOR_GRAD2, "{FFFF00}[ERROR]:{FFFFFF} Ya te dimos los stats hijo de perra!");
  11. return 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement