Npc Help
#6

Put it under includes, not on OGGMINIT
something like this:
pawn Код:
new MyFirstNPCVehicle; //Global variable!
pawn Код:
public OnGameModeInit()
{
    print("Server");
    ConnectNPC("Dave","Taxi");
    MyFirstNPCVehicle = CreateVehicle(400, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);
    return 1;
}
Reply


Messages In This Thread
Npc Help - by kickflipdude - 30.03.2011, 12:51
Re: Npc Help - by Michael@Belgium - 30.03.2011, 12:54
Re: Npc Help - by kickflipdude - 30.03.2011, 12:56
Re: Npc Help - by Michael@Belgium - 30.03.2011, 13:02
Re: Npc Help - by kickflipdude - 30.03.2011, 13:04
Re: Npc Help - by HyperZ - 30.03.2011, 13:06
Re: Npc Help - by Michael@Belgium - 30.03.2011, 13:07
Re: Npc Help - by kickflipdude - 30.03.2011, 13:10
Re: Npc Help - by Michael@Belgium - 30.03.2011, 13:25
Re: Npc Help - by kickflipdude - 30.03.2011, 13:30

Forum Jump:


Users browsing this thread: 2 Guest(s)