15.11.2018, 15:13
Hello friends, I'm using FCNPC and I have a dude I could put an NPC in ~ k ~~ VEHICLE_HORN ~ mode inside a car? How would the code be? thx friends
i have put this but dont work...
i have put this but dont work...
PHP код:
public FCNPC_OnVehicleEntryComplete(npcid, vehicleid, seat)
{
FCNPC_EnterVehicle(bot6, 553, 1, 0);
FCNPC_SetKeys(bot6, KEY_UP, KEY_RIGHT, KEY_CROUCH);
FCNPC_AimAtPlayer(bot6, playerid, true, -1, true, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
return 1;
}