WTF? 0.3.7 Siren not working
#1

Using as Filterscript,

https://pastebin.com/NJB4AuZ0


includes nothing as mapandreas
Reply
#2

same
Thread
Reply
#3

What vehicles are you trying to add siren to?
Reply
#4

Infernus, sultan, admiral tried all of them
Reply
#5

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.
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)