12.10.2012, 13:04
why isnt this good?
Quote:
CMD:test(playerid,params[]) { new string2[256]; format(string2,sizeof (string2),"Cash:%d",GetPlayerMoney(playerid)); SendClientMessage(playerid,COLOR_YELLOW,string2); return 1; } |