22.06.2015, 18:24
How can i fix it to add nos by pressing lctrl and mouse left click.. i use this code but it's working with mouse left click not with lctrl..
Quote:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (PRESSED(KEY_FIRE)) { if (IsPlayerInAnyVehicle(playerid)) { AddVehicleComponent(GetPlayerVehicleID(playerid), 1010); } } return 1; } |