02.03.2019, 18:42
WTF? 0.3.7 Siren not working
02.03.2019, 19:29
What vehicles are you trying to add siren to?
03.03.2019, 10:59
Infernus, sultan, admiral tried all of them
03.03.2019, 11:21
Your code works. I literally just copy-pasted it ant tried it out on a Sultan.
One problem that I fixed:
You are missing quotation marks at the end of the string.
But I didn't load it as a filterscript or anything, just made a command.
So I guess it doesn't load your filterscript.
One problem that I fixed:
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID);
Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID");
So I guess it doesn't load your filterscript.
04.03.2019, 18:15
Quote:
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); Код:
if(GetPlayerVehicleID(playerid) == INVALID_VEHICLE_ID) return SendClientMessage(playerid,-1,"No Valid Vehicle ID"); So I guess it doesn't load your filterscript. |
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)