28.10.2018, 10:53
Код:
pInfo[playerid][pbstatus]==true
also here's a better solution for your spawning.
Код:
// top of your script enum e_spawns { Float:x, Float:y, Float:z } new Float:pbspawns[][e_spawns] = { {-1679.0305,1376.4728,12.3906}, {-1641.2963,1401.5313,7.1875}, {-1648.1776,1369.9368,7.1797}, {-1692.3961,1353.3668,9.8047} }; // replacing your existing code SetPlayerPos(playerid, pbspawns[playerid][x], pbspawns[playerid][y], pbspawns[playerid][z]);