30.05.2009, 16:15
Try change
with
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
{
if(GetPlayerCheckpoint(playerid) == cekbandom)
{
ShowMenuForPlayer(Pirkimas, playerid);
}
return 1;
}
pawn Код:
public OnPlayerEnterCheckPoint(playerid)
{
if(GetPlayerCheckpoint(playerid) == cekbandom)
{
ShowMenuForPlayer(Pirkimas, playerid);
}
return 1;
}

