SA-MP Forums Archive
WTF? 0.3.7 Siren not working - 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: WTF? 0.3.7 Siren not working (/showthread.php?tid=664516)



WTF? 0.3.7 Siren not working - playstores - 02.03.2019

Using as Filterscript,

https://pastebin.com/NJB4AuZ0


includes nothing as mapandreas


Re: WTF? 0.3.7 Siren not working - Heress - 02.03.2019

same
Thread


Re: WTF? 0.3.7 Siren not working - Swarn - 02.03.2019

What vehicles are you trying to add siren to?


Re: WTF? 0.3.7 Siren not working - playstores - 03.03.2019

Infernus, sultan, admiral tried all of them


Re: WTF? 0.3.7 Siren not working - AdamsLT - 03.03.2019

Your code works. I literally just copy-pasted it ant tried it out on a Sultan.

One problem that I fixed:
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID);
You are missing quotation marks at the end of the string.
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID");
But I didn't load it as a filterscript or anything, just made a command.
So I guess it doesn't load your filterscript.


Re: WTF? 0.3.7 Siren not working - playstores - 04.03.2019

Quote:
Originally Posted by AdamsLT
Посмотреть сообщение
Your code works. I literally just copy-pasted it ant tried it out on a Sultan.

One problem that I fixed:
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID);
You are missing quotation marks at the end of the string.
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID");
But I didn't load it as a filterscript or anything, just made a command.
So I guess it doesn't load your filterscript.
yeah thx, It doesnt work as filterscript but in gamemode