Custom rank system
#2

If you mean on this?

**EXAMPLE

Код:
new example[20];
if(PlayerInfo[playerid][pCountry] == 0) { example= "You are from nowhere"; }
else if(PlayerInfo[playerid][pCountry] == 1) { example= "You are from America"; }
else if(PlayerInfo[playerid][pCountry] == 2) { example= "You are from Canada"; }
format(string,sizeof(string), "From? :%s",example);
SCM(playerid,-1,string);
Reply


Messages In This Thread
Custom rank system - by PrivatioBoni - 12.11.2013, 15:41
Re: Custom rank system - by David (Sabljak) - 12.11.2013, 15:56
Re: Custom rank system - by PrivatioBoni - 12.11.2013, 16:07
Re: Custom rank system - by DaniceMcHarley - 12.11.2013, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)