Help here
#1

Error i get

Код:
C:\Users\Robins\Desktop\New folder\pawno\include\/CRP/Publics/OnPlayerEnterCheckpoint.pwn(104) : error 017: undefined symbol "CHECKPOINT_CLOTHES"
Код:
#define CHECKPOINT_CLOTHES 0
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    new string[128],sendername[MAX_PLAYER_NAME];
    switch(PlayerInfo[playerid][pCheckpoint])
    {
        case CHECKPOINT_CLOTHES:
        {
            GameTextForPlayer(playerid, "~w~/clothes", 3000, 5);
        }
    }
    return 1;
Reply


Messages In This Thread
Help here - by N0FeaR - 22.04.2012, 15:49
Re: Help here - by Ballu Miaa - 22.04.2012, 16:08
Re: Help here - by N0FeaR - 22.04.2012, 17:43
Re: Help here - by IceCube! - 22.04.2012, 17:48
Re: Help here - by Ballu Miaa - 22.04.2012, 17:49
Re: Help here - by IceCube! - 22.04.2012, 17:57
Re: Help here - by Ballu Miaa - 22.04.2012, 18:00
Re: Help here - by Twisted_Insane - 22.04.2012, 18:05
Re: Help here - by IceCube! - 22.04.2012, 18:15
Re: Help here - by N0FeaR - 22.04.2012, 18:54

Forum Jump:


Users browsing this thread: 2 Guest(s)