Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (
/showthread.php?tid=385608)
Help -
Akcent_Voltaj - 16.10.2012
how can i make it.i dont want to start engine at an ownablecar..
PHP код:
if(IsAnOwnableCar(newcar))
{
if(CanTurnEngine[playerid] != idcar && CanTurnEngine[playerid] == 9999)
return SendClientMessage(playerid, COLOR_GREY,"* You cannot turn this car's engine!");
}
Re: Help -
Joshman543 - 16.10.2012
Add this function:
TogglePlayerControllable 0/1
Re: Help -
Akcent_Voltaj - 16.10.2012
do /exit and bang..