problem with checkpoint
#7

Then put your code under OnPlayerEnterStreamedCheckpoint. Like this:

pawn Код:
public OnPlayerEnterStreamedCheckpoint(playerid,streamid)
{
    if(streamid == cp1)
    {
        GivePlayerMoney(playerid, 1000);
        SetPlayerInterior(playerid,3);
    }
    return 1;
}
Reply


Messages In This Thread
problem with checkpoint - by Pawno_Master - 03.07.2009, 13:34
Re: problem with checkpoint - by MadeMan - 03.07.2009, 13:37
Re: problem with checkpoint - by Pawno_Master - 03.07.2009, 13:38
Re: problem with checkpoint - by Ignas1337 - 03.07.2009, 13:38
Re: problem with checkpoint - by Pawno_Master - 03.07.2009, 13:41
Re: problem with checkpoint - by Ignas1337 - 03.07.2009, 13:42
Re: problem with checkpoint - by MadeMan - 03.07.2009, 13:42
Re: problem with checkpoint - by Pawno_Master - 03.07.2009, 13:55
Re: problem with checkpoint - by MadeMan - 03.07.2009, 14:08
Re: problem with checkpoint - by Pawno_Master - 03.07.2009, 14:11

Forum Jump:


Users browsing this thread: 1 Guest(s)