Undefined symbol
#2

Choose one option. A global variable for all the players or not?

According to your previous thread, you were using it for all the players, on this not.

In that case;
pawn Код:
// Global variable
new
    gVariable
;

CMD:XXXXXX (playerid, params[])
{
    if(gVariable != 0 && IsPlayerInRangeOfPoint(playerid,XXXXXXXXXXXXX))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "XXXXXXXXXXXXXX");
        DestroyPlayerObject(playerid, XXXXX);
        CreatePlayerObject(XXXXXXXXXXXXXXXXX);
        CreatePlayerObject(XXXXXXXXXXXXXXXXX);
        CreatePlayerObject(XXXXXXXXXXXXXXXXX);
        CreatePlayerObject(XXXXXXXXXXXXXXXXX);
        CreatePlayerObject(XXXXXXXXXXXXXXXXX);
    }
    return 1;
}
Reply


Messages In This Thread
Undefined symbol - by Lz - 04.12.2012, 19:16
Re: Undefined symbol - by Konstantinos - 04.12.2012, 19:28
Re: Undefined symbol - by Cxnnor - 04.12.2012, 19:29
Re: Undefined symbol - by Bakr - 04.12.2012, 19:29
Re: Undefined symbol - by Lz - 04.12.2012, 19:30
Re: Undefined symbol - by Konstantinos - 04.12.2012, 19:33
Re: Undefined symbol - by Lz - 04.12.2012, 19:36
Re: Undefined symbol - by Konstantinos - 04.12.2012, 19:41
Re: Undefined symbol - by Lz - 04.12.2012, 19:48
Re: Undefined symbol - by Konstantinos - 04.12.2012, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)