Creating Checkpoint
#1

HI,can you please say how to make code,like i want this .In game i type /(command) and it creates checkpoint at current position.
Reply
#2

Have you looked at this tutorial

https://sampforum.blast.hk/showthread.php?tid=399922
Reply
#3

pawn Код:
if (strcmp("/test", cmdtext, true, 10) == 0)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid,x,y,z);
        SetPlayerCheckpoint(playerid,x,y,z,3);
        return 1;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)