Errors[rep]
#6

This is what I am asking you?
Do you have for example:
pawn Код:
enum pInfo
{
    // More
    pOrigin,
    // Rest
}
new PlayerInfo[MAX_PLAYERS][pInfo];
If the pOrigin is in your enum you are using then you have to use it like this
pawn Код:
if( PlayerInfo[ playerid ][ pOrigin ] == 1 ) { otext = "Romania"; }
Reply


Messages In This Thread
2 Problems[rep] - by Dan_Barocu - 05.03.2012, 13:28
Re: Errors[rep] - by Konstantinos - 05.03.2012, 13:33
Re: Errors[rep] - by Dan_Barocu - 05.03.2012, 13:39
Re: Errors[rep] - by Konstantinos - 05.03.2012, 13:41
Re: Errors[rep] - by Dan_Barocu - 05.03.2012, 13:48
Re: Errors[rep] - by Konstantinos - 05.03.2012, 13:51
Re: Errors[rep] - by Twisted_Insane - 05.03.2012, 15:18
Re: Errors[rep] - by Walsh - 05.03.2012, 15:40
2 Problems[rep] - by Dan_Barocu - 05.03.2012, 16:46
Re: Errors[rep] - by Dan_Barocu - 05.03.2012, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)