06.07.2013, 07:43
Does it works if I did
So, will it show the amount of hats to the message ? I got no errors for this but I'm not sure if this works or not ?
pawn Код:
new string[20];
strcat(string, "Hats: %d", pInfo[playerid][Hats]);
SendClientMessage(playerid, string);
return 1;