Enum question 3#!
#2

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

pawn Код:
new string[126];
format(string,sizeof(string),"Rations: %d",PlayerInfo[playerid][pRation]);
SendClientMessage(playerid,-1,string);
Reply


Messages In This Thread
Enum question 3#! - by TheTerminator - 06.01.2015, 19:01
Re: Enum question 3#! - by vassilis - 06.01.2015, 19:05
Re: Enum question 3#! - by TheTerminator - 06.01.2015, 19:10
Re: Enum question 3#! - by Sid_Alexander - 06.01.2015, 19:10
Re: Enum question 3#! - by vassilis - 06.01.2015, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)