Disable? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Disable? (
/showthread.php?tid=263325)
Disable? -
Cenation - 21.06.2011
How to disable Hunter and Hydra
help me please give me script...
Re: Disable? -
Patrik356b - 21.06.2011
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
new m=GetVehicleModel(vehicleid);
if(m == 520 || m == 425)
{
// do something?
}
return 1;
}
Re: Disable? -
PCheriyan007 - 21.06.2011
Define disable. Do you mean like lock it?
Re: Disable? -
Cenation - 21.06.2011
thank you...