[FilterScript] Sirens for cars - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Sirens for cars (
/showthread.php?tid=348336)
Sirens for cars -
San1 - 05.06.2012
Код:
if (strcmp("/siren", cmdtext, true, 10) == 0)
{
new objectid = CreateObject(19419, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(objectid, GetPlayerVehicleID(playerid), 0.009999, -0.019999, 0.944999, 0.000000, 0.000000, 0.000000); //Object Model: 19419 |
SendClientMessage(playerid, COLOR_RED, "You've Added a siren to your vehicle");
return 1;
}
it did not take long for me to make this and hope u enjoy it and use /siren to add an siren to remove just restart server Note-Use Weather id 10 for the blinking
good for roleplay and cops and robbers server
Re: Sirens for cars -
sienal - 05.06.2012
Nice Work
Re: Sirens for cars -
pasha97 - 05.06.2012
simple and funny, thanks!
Re: Sirens for cars -
Pinguinn - 05.06.2012
This should be in
Useful Snippets
Re: Sirens for cars -
Firo - 05.06.2012
Awesome, thank you.
Re : Sirens for cars -
Maxim_lockas - 05.06.2012
Thanks you, its verry nice. Good job !
Re : Sirens for cars -
Maxim_lockas - 05.06.2012
Hello,
I have a bug, when I type /siren not put the object.
Can you help me please?
Re: Sirens for cars -
[LvZ]Free - 05.06.2012
Thank man, i seach this object from 3 months
Re: Sirens for cars -
Black Axe - 05.06.2012
Awesome - Gonna use it for sure xD [Repped+]
Re: Sirens for cars -
Smokkr - 05.06.2012
Good work dude