16.10.2009, 06:36
Changed topic.
Originally Posted by √№ceC№ty
a_npc Cannot be included in FS's or GM's
|
Originally Posted by √№ceC№ty
read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place.
|
Your script is forcing the NPC to login, or you have an anti-cheat / ping kicker that is interfering with your NPC. You can add... PAWN Code: if(IsPlayerNPC(playerid)) return 1; ... as the first line of any callbacks that bots will use, e.g. OnPlayerRequestClass or OnPlayerRequestSpawn. For an efficient, simple way of excluding NPCs from loops, check out foreach by ******. |
Originally Posted by √№ceC№ty
like ive said before, if you read the tutorial properly you would know.
Quote:
|
read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place. |
Originally Posted by √№ceC№ty
Go to school and please learn to read.
Quote:
|