How to make the lights on at day ?
#1

The question is in the title. I know it is possible beacause i play on a RP server wich have that.

I wish you have a nice day
Reply
#2

You mean SetWeather(ID) & SetWorldTime(ID)?
Reply
#3

I think that it's not possible, since I have never seen something like that. :/
Can you send me an IP of a server in PM?
Reply
#4

It is a french server and you need to register by sending your motivation

But i can show you a screen. I go do that

EDIT: screen


You can see it is the day and 11h48 ( i just take the screen ) and the lights are on
Reply
#5

You can do something like this, not sure if it works in the day though;

pawn Код:
new a, b, c, d, e, f, g;
GetVehicleParamsEx(GetPlayerVehicleID(playerid), a, b, c, d, e, f, g);
SetVehicleParamsEx(GetPlayerVehicleID(playerid), a, 1, c, d, e, f, g);
Reply
#6

I guess he means "How to turn on the street lights/lamppost on daylight".
Reply
#7

My bad.

Erm, SetWorldTime maybe?
Reply
#8

I don't think it's possible to make street lights on during the day, unless you manually script a light object on every poll in SA.
Reply
#9

No, i need car lights go see my screen 2 posts ago
Reply
#10

Quote:
Originally Posted by funky1234
Посмотреть сообщение
You can do something like this, not sure if it works in the day though;

pawn Код:
new a, b, c, d, e, f, g;
GetVehicleParamsEx(GetPlayerVehicleID(playerid), a, b, c, d, e, f, g);
SetVehicleParamsEx(GetPlayerVehicleID(playerid), a, 1, c, d, e, f, g);
Try this for car lights?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)