NPC bot - 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: NPC bot (
/showthread.php?tid=186668)
NPC bot -
edijs21 - 30.10.2010
I have 1 question!
I need script !
When player get in NPC car shows dialog menu!
Re: NPC bot -
edijs21 - 30.10.2010
Help somebody
SRY for d.p
Re: NPC bot -
HrvojeCro - 30.10.2010
maybe:
new npcvehicle;
npcvehicle = AddStatic.... blah blah
OnPlayerEnterVehicle(something like that)
if(vehicleid == npcvehicle)
{
ShowPlayerDialog.. blahblah
}
return 1;
Re: NPC bot -
edijs21 - 30.10.2010
thanks!!!!