Text in string
#6

Why don't you just use numbers,and detect them using strings xD

like PlayerInfo[playerid][Origin] = 1;
pawn Код:
new otext[51];
if(PlayerInfo[playerid][Origin] == 1){ otext = "Los Santos"; }
else if(PlayerInfo[playerid][Origin] == 2){ otext = "San Fierro"; }
else if(PlayerInfo[playerid][Origin] == 3){ otext = "Las Venturas"; }
Reply


Messages In This Thread
Text in string - by Steve M. - 12.02.2011, 22:28
Re: Text in string - by Mean - 12.02.2011, 22:36
Re: Text in string - by Steve M. - 12.02.2011, 22:38
Re: Text in string - by Mean - 13.02.2011, 18:56
Re: Text in string - by Hiddos - 13.02.2011, 18:58
Re: Text in string - by SkizzoTrick - 13.02.2011, 19:05
Re: Text in string - by Steve M. - 13.02.2011, 20:51
Re: Text in string - by JaTochNietDan - 13.02.2011, 20:55
Re: Text in string - by Steve M. - 16.02.2011, 17:21

Forum Jump:


Users browsing this thread: 1 Guest(s)