Checkpoint adding ! REP +1 !!
#5

ZCMD.

Put this at the top of your script under #include a_samp

pawn Код:
#include <zcmd>
Make sure you download ZCMD here https://sampforum.blast.hk/showthread.php?tid=91354


pawn Код:
CMD:work(playerid, params[])
{
        PlayerChecPoint[playerid] = 1;//this will help us OnPlayerEnterChecpoint , you will see
        SetPlayerCheckpoint(playerid,595.3140,875.2714,-43.3098,5.0);
        //parameters are   (idofplayer,PositionX,positionY,positionZ,sazeof checkponit);
        return 1;
    }
CMD:work1(playerid, params[])
{
        PlayerChecPoint[playerid] = 2;//this will help us OnPlayerEnterChecpoint , you will see
        SetPlayerCheckpoint(playerid,594.3141,875.2714,-43.3098,5.0);
        //parameters are   (idofplayer,PositionX,positionY,positionZ,sazeof checkponit);
        return 1;
    }
Reply


Messages In This Thread
Checkpoint adding ! REP +1 !! - by Avi57 - 31.03.2012, 04:34
Re: Checkpoint adding ! REP +1 !! - by Avi57 - 31.03.2012, 05:15
Re: Checkpoint adding ! REP +1 !! - by Shabi RoxX - 31.03.2012, 05:33
Respuesta: Checkpoint adding ! REP +1 !! - by Chris1337 - 31.03.2012, 05:35
Re: Checkpoint adding ! REP +1 !! - by captainjohn - 31.03.2012, 05:55
Re: Checkpoint adding ! REP +1 !! - by Avi57 - 31.03.2012, 06:51
Re: Checkpoint adding ! REP +1 !! - by Avi57 - 31.03.2012, 07:02
Re: Checkpoint adding ! REP +1 !! - by captainjohn - 31.03.2012, 07:12
Re: Checkpoint adding ! REP +1 !! - by Harish - 31.03.2012, 07:14
Re: Checkpoint adding ! REP +1 !! - by Avi57 - 31.03.2012, 07:26

Forum Jump:


Users browsing this thread: 1 Guest(s)