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