16.03.2013, 10:00
Quote:
How do we know what to fix without actually seeing some code.
Navigate to one of the lines and we'll see what the problem is. |
Код:
RemovePlayerFromVehicle(playerid); new Float:slx, Float:sly, Float:slz; GetPlayerPos(playerid, slx, sly, slz); SetPlayerPos(playerid, slx, sly, slz); NOPCheck(playerid); SendClientMessageEx(playerid, COLOR_GRAD2, "You are not in the LSPD!"); }