hi i have a probleme with npc
#4

That's because you connect the NPC before you spawn the vehicle.
pawn Код:
public OnGameModeInit()
{
    test =  AddStaticVehicle(420,1191.0925,-1325.0585,13.2580,359.6439,6,1);
    ConnectNPC("bot_1","test");
    return 1;
}
Reply


Messages In This Thread
hi i have a probleme with npc - by rive-sud - 11.08.2011, 03:44
Re: hi i have a probleme with npc - by grand.Theft.Otto - 11.08.2011, 04:57
Re : hi i have a probleme with npc - by rive-sud - 11.08.2011, 06:20
Re: hi i have a probleme with npc - by =WoR=Varth - 12.08.2011, 03:11
Re : hi i have a probleme with npc - by rive-sud - 12.08.2011, 04:20
Re: hi i have a probleme with npc - by Kitten - 13.08.2011, 21:53
Re : hi i have a probleme with npc - by rive-sud - 14.08.2011, 20:22
Re: Re : hi i have a probleme with npc - by =WoR=Varth - 15.08.2011, 01:55
Re : hi i have a probleme with npc - by rive-sud - 15.08.2011, 07:14
Re: hi i have a probleme with npc - by =WoR=Varth - 16.08.2011, 02:58

Forum Jump:


Users browsing this thread: 1 Guest(s)