06.01.2015, 19:05
You dont need anything the only think you need to do is when you pop up the dialog use a string %d (integer)
for example by using sendclientmessage
for example by using sendclientmessage
pawn Код:
new string[126];
format(string,sizeof(string),"Rations: %d",PlayerInfo[playerid][pRation]);
SendClientMessage(playerid,-1,string);