problem
#3

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;
}
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)