15.04.2013, 12:48
(
Последний раз редактировалось Spose; 15.04.2013 в 14:12.
)
Hi there. Whenever the car in my script blows up, despawns or W/E, it gets "registered to Police Officers only", and I'm not able to enter it. Any ideas?
Код:
if (IsACopCar(vehicleid) && !ispassenger) { if(PlayerInfo[playerid][pMember] != 1) { new Float:cx, Float:cy, Float:cz; GetPlayerPos(playerid, cx, cy, cz); DOO_SetPlayerPos(playerid, cx, cy, cz+3); SendClientMessage(playerid,COLOR_GREY," This vehicle is reserved for Police Officers only !"); } }