[Ajuda]Bug In NPC - 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)
+--- Thread: [Ajuda]Bug In NPC (
/showthread.php?tid=629576)
[Ajuda]Bug In NPC -
klebysom - 28.02.2017
Well I used 2 NPCs on my server and the npc's got stuck with no bugs on them, then I rebooted my server and all the admin commands stop picking up
The system I used to create the NPC "https://www.youtube.com/watch?v=proN...w&spfreload=10"
can someone help me ?
Re: [Ajuda]Bug In NPC -
Toroi - 01.03.2017
Your video url is not valid, so I cant help you that much, but..
If you're using RNPC and ZCMD, be sure to
#include RNPC before ZCMD, like this:
PHP код:
#include <a_samp>
#include <rnpc>
#include <zcmd>
If you're not using either of them, please explain your problem or fix the ******* link.
Re: [Ajuda]Bug In NPC -
klebysom - 01.03.2017
Quote:
Originally Posted by Troydere
Your video url is not valid, so I cant help you that much, but..
If you're using RNPC and ZCMD, be sure to #include RNPC before ZCMD, like this:
PHP код:
#include <a_samp>
#include <rnpc>
#include <zcmd>
If you're not using either of them, please explain your problem or fix the ******* link.
|
Link fixed
https://www.youtube.com/watch?v=proN...w&spfreload=10
Re: [Ajuda]Bug In NPC -
klebysom - 03.03.2017
help