problem
#4

Quote:
Originally Posted by Luka[balkan-samp.com
]
Try change
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
{
    if(GetPlayerCheckpoint(playerid) == cekbandom)
    {
        ShowMenuForPlayer(Pirkimas, playerid);
    }
    return 1;
}
with
pawn Код:
public OnPlayerEnterCheckPoint(playerid)
{
    if(GetPlayerCheckpoint(playerid) == cekbandom)
    {
        ShowMenuForPlayer(Pirkimas, playerid);
    }
    return 1;
}
2 errors

Код:
G:\DOCUME~1\Mantas\Desktop\pilot.pwn(111) : error 017: undefined symbol "CreateCheckpoint"
G:\DOCUME~1\Mantas\Desktop\pilot.pwn(219) : error 017: undefined symbol "GetPlayerCheckpoint"
G:\DOCUME~1\Mantas\Desktop\pilot.pwn(223) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
problem - by Sin- - 30.05.2009, 16:11
Re: problem - by Castle - 30.05.2009, 16:14
Re: problem - by Luka P. - 30.05.2009, 16:15
Re: problem - by Sin- - 30.05.2009, 16:18
Re: problem - by Gamer007 - 30.05.2009, 16:20
Re: problem - by Luka P. - 30.05.2009, 16:21
Re: problem - by Sin- - 30.05.2009, 16:43
Re: problem - by Sin- - 30.05.2009, 16:50
Re: problem - by Gamer007 - 30.05.2009, 17:05
Re: problem - by Sin- - 30.05.2009, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)