Posts: 135
Threads: 11
Joined: Oct 2012
Reputation:
0
Tell me how to start a npc's car engine? From default there every car engine is off in my script but when i load npc, they run ithout turning their engine on please tell me?
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Is your npc is recorded.
If yes, Then i don't think it's possible.
Since they are recorded and store in .rec file..
How about trying to TogglePlayerControllable in them??
And set a timer that will unfreeze them, But still not sure.
NPC is recorded (If you use the default npc creating script not RNPCs or others)
Posts: 135
Threads: 11
Joined: Oct 2012
Reputation:
0
You still dont know my question, my question is how to send command from npc, like my car engine starts with /startcar
then how to send command from NPC like they /startcar when they sit in car
Posts: 135
Threads: 11
Joined: Oct 2012
Reputation:
0
Ok but where to place it? IN my gamemode or in npcmode .pwn file? please describe me