30.09.2012, 11:43
hy,i want to do some like that when i type /stats
i try with https://sampforum.blast.hk/showthread.php?tid=155801 but i can't do
that's my script
i try with https://sampforum.blast.hk/showthread.php?tid=155801 but i can't do
that's my script
Код:
new account = PlayerInfo[targetid][pAccount]; new cash = GetPlayerMoney(targetid); format(coordsstring, sizeof(coordsstring), "Cash:[$%d] Bank:[$%d]", cash, account); SendClientMessage(playerid, COLOR_WHITE,coordsstring);