SA-MP Forums Archive
Why LARP Makes NPC out of there vehicle? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Why LARP Makes NPC out of there vehicle? (/showthread.php?tid=96162)



Why LARP Makes NPC out of there vehicle? - _Ben_[Fux-c.co.il RP] - 06.09.2009



Something in LARP makes bots crazy..
Sometimes they spawn to another bots, and sometimes they are just standing.

I Moved the bots into FS, and I changed mode to "Grandlarc" and all bots works fine.
Then I changed back to LARP, and the same bug happen again.

Something In LARP make them do that... But I dont know what..

I tried to test these:
pawn Код:
RemovePlayerFromVehicle
SpawnPlayer
SetPlayerSpawn
And when I add before the functions (Up ^^)
pawn Код:
if(IsPlayerNPC(playerid)) { return 1; }
Its didn't did nothing.
There is more function that makes the bots spawn / teleport?

Thanks




Re: Why LARP Makes NPC out of there vehicle? - MenaceX^ - 06.09.2009

I'm in doubt if someone else does...


Re: Why LARP Makes NPC out of there vehicle? - _Ben_[Fux-c.co.il RP] - 06.09.2009

Quote:
Originally Posted by MenaceX^
I'm in doubt if someone else does...
So how do you say about in "Grandlarc" its works fine?


Re: Why LARP Makes NPC out of there vehicle? - Calgon - 06.09.2009

Maybe the vehicle engine system? Maybe they're in an invalid faction?


Re: Why LARP Makes NPC out of there vehicle? - _Ben_[Fux-c.co.il RP] - 06.09.2009

Quote:
Originally Posted by Calgon
Maybe the vehicle engine system? Maybe they're in an invalid faction?
Nothing in the vehicle engine system make an option the get him out of the vehicle.


No . I put on job 14 (Bus) so they will not out of the vehicle.


Re: Why LARP Makes NPC out of there vehicle? - _Ben_[Fux-c.co.il RP] - 07.09.2009

Wow...

One day left, noone no the reason?

Maybe samp managers do?!


Re: Why LARP Makes NPC out of there vehicle? - Reamis - 07.09.2009

same with my gamemode


Re: Why LARP Makes NPC out of there vehicle? - Hiphop - 07.09.2009

I had that too, I fixed it by replacing pawno/include/a_npc.inc, scriptfiles/vehicles/trains.txt, scriptfiles/vehicles/pilots.txt and the map npcmodes with all the originals (just download a new "SA-MP 0.3a Windows Server" and get the originals from there).

Tom