un error muy tonto
#4

Quote:
Originally Posted by Porta0123
Посмотреть сообщение
(14) : error 017: undefined symbol "playerid"

me da este error aquн:
pawn Код:
public OnGameModeInit()
{
    OSEvent = 0;
    Playerinevent[playerid] = 0; //<--- Error
    return 1;
}
Claramente dice que no existe "playerid", en esa CallBack ese parбmetro no existe...

Te recomiendo poner eso en OnPlayerConnect.


pawn Код:
public OnPlayerConnect(playerid)
{
    Playerinevent[playerid] = 0;
}
Reply


Messages In This Thread
un error muy tonto - by Porta0123 - 01.02.2014, 19:07
Respuesta: un error muy tonto - by Swedky - 01.02.2014, 19:12
Respuesta: un error muy tonto - by Porta0123 - 01.02.2014, 19:21
Respuesta: un error muy tonto - by EduGTA - 01.02.2014, 19:29
Respuesta: un error muy tonto - by Porta0123 - 01.02.2014, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)