how put make checkpoint here?
#1

hey i want to make check point here how do i break this
PHP код:
AddPlayerClass(270,826.7159,-1353.6890,13.5368,271.9927,0,0,0,0,0,0); // rob machines 1.0 
to put it on a checkpoint coordinate like this one
PHP код:
{2174.755615, -2249.10913013.3038123.0}, 
?
Reply
#2

"AddPlayerClass(skin, Float, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)"

So just copy the first 3 floats:

Код:
{826.7159,-1353.6890,13.5368, 3.0},
The 3.0 is checkpoint size.
Reply
#3

Код:
SetPlayerCheckpoint (playerid, 826.7159,-1353.6890,13.5368, 3.0);
https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)