tag problem
#9

pawn Код:
#define MAX_CASAS 10

enum casas
{
    Float: entradax,
    Float: entraday,
    Float: entradaz
};

new CInfo[MAX_CASAS][casas];

public OnPlayerConnect( playerid )
{
    for(new id = 0; id < MAX_CASAS;id++) SetPlayerPos(playerid, CInfo[id][entradax], CInfo[id][entraday], CInfo[id][entradaz]);
    return 1;
}
It compiles fine. Make sure that it's float in the enum. The only one left was playerid, but I'm sure it's from a callback and it's not declared.
Reply


Messages In This Thread
tag problem - by caoraivoso3 - 05.09.2013, 12:31
Re: tag problem - by Konstantinos - 05.09.2013, 12:41
Re: tag problem - by caoraivoso3 - 05.09.2013, 13:45
Re: tag problem - by Dragonsaurus - 05.09.2013, 13:56
Re: tag problem - by caoraivoso3 - 05.09.2013, 14:03
Re: tag problem - by Konstantinos - 05.09.2013, 14:05
Re: tag problem - by caoraivoso3 - 05.09.2013, 14:58
Re: tag problem - by Dragonsaurus - 05.09.2013, 15:07
Re: tag problem - by Konstantinos - 05.09.2013, 15:08
Re: tag problem - by caoraivoso3 - 05.09.2013, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)