Enum question 3#!
#5

%d = integer = means its for numbers for example
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
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)