24.03.2014, 08:24
i have got this from a tutorial how to make checkpoints inside the store...
here is the checkpoint inside the gas station
and here the checkcoords of gas station .
but can anyone tell me how can i get this position of checkcoords
i tried with /save ingame when i create the checkpoint it works but when i go ingame i cant see the check point..
i know the bug is that i cant take the right checkcoords
so anyone know how can i do that?
here is the checkpoint inside the gas station
pawn Код:
new playerCheckpoint[MAX_PLAYERS];
new Float:checkpoints[MAX_POINTS][4] = {
{-28.100069,-89.627357,1003.5469,2.0}, //gas station
pawn Код:
new Float:checkCoords[MAX_POINTS][4] = {
{-32.100069,-94.627357,-24.100069,-85.626357}, //gas station store
pawn Код:
{-32.100069,-94.627357,-24.100069,-85.626357}
i know the bug is that i cant take the right checkcoords
so anyone know how can i do that?