01.12.2018, 14:51
Quote:
Ok remove "new Floatos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]); SetPlayerPos(playerid, pos[0], pos[1], pos[2]);" Put only this: if(IsGovVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 2) { SendClientMessage(playerid, COLOR_ORANGE, " You can't start the engine as it belongs to the GOV."); RemovePlayerFromVehicle(playerid); } } return 1; } |