04.03.2014, 11:10
Hi im working with /stats command but i got one problem when i do /stats in game, it wont show me
how many score+cash i have IG.
Please give me a tips, it would be very helpful .
how many score+cash i have IG.
Please give me a tips, it would be very helpful .
Код HTML:
{ new str[128]; format(str,sizeof(str),"Kills : %d\nScore: %s\nVipLevel: %d\nAdminLevel: %d",PlayerInfo[playerid][Kills],PlayerInfo[playerid][Score],PlayerInfo[playerid][VipLevel],PlayerInfo[playerid][AdminLevel]); SendClientMessage(playerid,COLOR,str); return 1; }