Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Npc not connect
bigboy81
Huge Clucker
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
#1
18.03.2015, 16:02
(
Последний раз редактировалось bigboy81; 19.03.2015 в 15:10.
)
Код:
RESOLVED
Find
Reply
De4dpOol
Huge Clucker
Posts: 214
Threads: 18
Joined: Oct 2014
Reputation:
0
#2
18.03.2015, 16:09
check max_npcs in server.cfg
Find
Reply
bigboy81
Huge Clucker
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
#3
18.03.2015, 16:16
Quote:
Originally Posted by
De4dpOol
check max_npcs in server.cfg
My number in server.cfg of max_npc is earlier added to 10 but still does not work
Find
Reply
DeitY
Huge Clucker
Posts: 320
Threads: 23
Joined: Aug 2012
Reputation:
0
#4
18.03.2015, 23:26
Show us server log.
Do you have register/login system on server?
Find
Reply
SickAttack
High-roller
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
#5
18.03.2015, 23:39
Add this in your callbacks, there's a chance the NPC isn't working because of them:
pawn Код:
if
(
IsPlayerNPC
(
playerid
)
)
return
1
;
Make sure you've created the npc recording file and its respective pwn/amx file; check this out for more information on NPCS:
https://sampforum.blast.hk/showthread.php?tid=95034
Find
Reply
bigboy81
Huge Clucker
Posts: 315
Threads: 95
Joined: Dec 2014
Reputation:
0
#6
19.03.2015, 15:10
Problem was fixed by me.
ConnectNpc was not make fine..
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help