12.11.2013, 15:56
If you mean on this?
**EXAMPLE
**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);