Advertisement
Guest User

Untitled

a guest
Apr 13th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. format(Stringas, sizeof(Stringas),
  2. "Vardas: %s\nLytis: %s\nPatirtis: %sXP\nKišenėje: %s€\nBanke: %s€\nKreditai: %d\n",
  3. GetPlayerNameEx(clickedid), Gender, konvertuoti_pinigus(XPe), konvertuoti_pinigus(GetPlayerMoneyA(clickedid)), konvertuoti_pinigus(playerDB[playerid][banke]), konvertuoti_pinigus(playerDB[clickedid][KiekKredituTuri]));
  4. strcat(String, Stringas);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement