undefined symbol "playerid"
#1

pawn Код:
new InJDM[MAX_PLAYERS];
new InBDM[MAX_PLAYERS];
pawn Код:
public OnFilterScriptInit()
{

    InJDM[playerid] = 0;
    InBDM[playerid] = 0;
pawn Код:
public OnFilterScriptExit()
{
    InJDM[playerid] = 0;
    InBDM[playerid] = 0;
    return 1;
}
Errors
pawn Код:
error 017: undefined symbol "playerid"
error 017: undefined symbol "playerid"
error 017: undefined symbol "playerid"
error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Wtf..
Reply
#2

Remove them and put it on OnPlayerConnect and on OnPlayerDisconnect.
Reply
#3

Topaz is fast
Reply
#4

Thanks +rep for both :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)