Help with 0.3c
#1

How to make Manual Lights On And Off with the Key L
Reply
#2

Cant use the key L
Reply
#3

manual lights with /light command?
Reply
#4

Quote:
Originally Posted by traxrex
Посмотреть сообщение
How to make Manual Lights On And Off with the Key L
Quote:
Originally Posted by Flyfishes
Посмотреть сообщение
Cant use the key L
Sure would be nice..
Reply
#5

You only can use default SA:MP keys.
pawn Код:
#define VEHICLE_PARAMS_UNSET    -1
#define VEHICLE_PARAMS_OFF  0
#define VEHICLE_PARAMS_ON   1

native SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
native GetVehicleParamsEx(vehicleid, &engine, &lights, &alarm, &doors, &bonnet, &boot, &objective);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)