12.08.2011, 03:11
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;
}