Help NPC not getting into train!
#2

PHP код:
    NPC ConnectNPC("Train_Driver","Train"); 
    
MyFirstNPCVehicle AddStaticVehicle(538, -1943.0624158.926325.7186358.210911); 
    
Fuel[MyFirstNPCVehicle] = 90000
    
Engine[MyFirstNPCVehicle] = true
    
Lights[MyFirstNPCVehicle] = true
PHP код:
CMD:test2(playeridparams[]) 

    
PutPlayerInVehicle(NPCMyFirstNPCVehicle0); //Putting the NPC into the vehicle we created for it. 
    
return 1

May this help.
Reply


Messages In This Thread
Help NPC not getting into train! - by cuemur - 03.02.2014, 20:19
Re: Help NPC not getting into train! - by MatriXgaMer - 03.02.2014, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)