Search Results
Hi thanks for the replies, Only the driver can use the command to start the mission. The command can be used in any ambulance on the server. I'll have a read through it all and make sure I understan...
87
Hello, I'm currently making a mission for ambulance where the crew load up supplies into it before taking it back to base. However, I don't know how to get it so if the ambulance is destroyed (and t...
87
Hello, Could you possibly help me with my vehicles? In the script files all the vehicles are set to Faction 1, so unless you are Faction 1 it shouldn't be letting you drive, which is the case for som...
78
Thanks for the response, I've been at work so a bit late replying..
104
EDIT: This is what I now have, the problem is that it comes up all the cars in the server not just that individual car id. So for example if there is 4 cars on the server, i get in and it goes: Car ...
104
Hi again, another hurdle is in the way with my vehicle script haha this time its retrieving the FileID number of a car. For example I want to be able to use the command /fileid with it responding 'Thi...
104
I've hit a complete mental block here, how would i define the id of the vehicle file saved so it removes when the admin uses the command? So for example if i wanted to remove Vehicle_1? Every number c...
57
Hey, I know how to change the file information, i just can't figure out how to access that file, so if i wanted to change the colour of vehicle 42 for example and no other vehicles.
77
Basically I have made my vehicle system in Dini. I'm unsure how to make the code open the vehicle file of the vehicle i am in to change the colour when they use this command. pawn Код: command(s...
77
Never mind, fixed it, remove the format( pawn Код: error 035: argument type mismatch (argument 1) Here is my code: Where it loads the factions. pawn Код: format(Faction[i][FHQEx] = dini_F...
62
Quote: Originally Posted by EV007 pawn Код: else if(IsPlayerInRangeOfPoint(playerid, 4, 285.3249, -86.0131, 1001.5156) || GetPlayerVirtualWorld(playerid) == 1) you forgot to close IsP...
106
I keep getting tag mismatch, grrr! What is wrong? pawn Код: else if(IsPlayerInRangeOfPoint(playerid, 4, 285.3249, -86.0131, 1001.5156 || GetPlayerVirtualWorld(playerid) == 1))
106
Sorry, basically when they enter the password wrong, then enter it right (So it takes 2 attempts to log in), it doesnt put the player where they last logged out, instead they end up in LV at the top o...
63
Hey basically if a player enters their password wrong it tells them to try again, however if they then get it right they end up in LV and bypass OnPlayerRequestClass. Can anyone help me :S Here is t...
63
pawn Код: KillInfectionTimer[i] = SetTimerEx( "InfectionTimer", 60000, true, "i", i);
141
pawn Код: public InfectionTimer(playerid){    {        new Float: health;        PlayerInfo[playerid][Infected] = 1;        GetPlayerHealth(playerid, health);        SetPlayerHea...
141
Heya straight to the point here, my timer doesnt seem to kill unless you are ID 0, can anyone help. pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){    if(pickupid == cure)    {  Â...
141
Hey basically on my faction chat i want it to display the rank name of the player but FactionRank is defined as a number not a rank name, I know i need to define it as the rank name instead of the num...
52
pawn Код: dini_Set(Vehiclefile, "VehicleID", Vehicle[i][vehicle]);
69