06.01.2015, 19:16
%d = integer = means its for numbers for example
if a player has 1000 money
and i dothis
if a player has 1000 money
and i dothis
pawn Код:
new string[60];
format(string,sizeof(string),"Money: %d",PlayerInfo[playerid][Money]);
SendClientMessage(playerid,-1,string);
The out put will be
Money: 1000