Lights problem. +REP who ever helps me
#1

How can i find and delete/disable that thing in script that automaticly turn the lights on,and off when you get out of vehicle?
Reply
#2

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    SetVehicleParamsEx(vehicleid,engine,0, alarm, doors, bonnet, boot, objective); // 0 turn off
    return 1;
}
Reply
#3

I dont have that row...or i need to put that?
Reply
#4

ManualVehicleEngineAndLights();
If this is in your script, most likely under OnGameModeInit, they won't go automatically, delete that line to make them go automatically.
Reply
#5

sorry , misunderstood
Reply
#6

ManualVehicleEngineAndLights ();

This allows you to make your script.
Reply
#7

Thank you...bouth of you get +REP!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)