SA-MP Forums Archive
Bug when starting samp-server.exe - 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: Bug when starting samp-server.exe (/showthread.php?tid=140533)



Bug when starting samp-server.exe - [DRD]Rodney - 09.04.2010

EDIT: Fixed old bug..


Script[gamemodes/Gamemode.amx]: Run time error 19: "File or function is not found"

Is my next Bug


Re: SendCommand bug - [DRD]Rodney - 09.04.2010

bumpplz


Re: SendCommand bug - Babul - 09.04.2010

the SendCommand(); (SendChat(); aswell) belongs into the FilterScript which will load (initialize) the NPC, so make sure that you are editing a NPC-Script (dont forget to save/compile it in the npcmodes/ directory)



Re: SendCommand bug - [DRD]Rodney - 01.05.2010

Fixed.


Re: A_npc.inc bug - [DRD]Rodney - 01.05.2010

bump HELP plz


Re: A_npc.inc bug - Babul - 01.05.2010

post some code, plz. if your npc includes file is damaged, replace it by the deafult one. there must be a small bug inside script/include. each can be fixed, iam sure


Re: A_npc.inc bug - [DRD]Rodney - 01.05.2010

Edit:Fixed


Re: A_npc.inc bug - [DRD]Rodney - 01.05.2010

Bump


Re: A_npc.inc bug - geerdinho8 - 01.05.2010

Paste this at the top of your script below your includes and your new's
Quote:

native SendCommand(commandtext[]);




Re: A_npc.inc bug - [DRD]Rodney - 01.05.2010

WOW thx <3 you