12.11.2013, 16:07
Quote:
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); |
![Smiley](images/smilies/smile.png)