Creating Checkpoint
#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


Messages In This Thread
Creating Checkpoint - by Kittylol - 26.12.2012, 11:36
Re: Creating Checkpoint - by rbush12 - 26.12.2012, 11:39
Re: Creating Checkpoint - by DaRk_RaiN - 26.12.2012, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)