NPC's don't show up - 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's don't show up (
/showthread.php?tid=100465)
NPC's don't show up -
IVuljak - 04.10.2009
[b]
Hi, I have a problem with NPC's.. They don't show up!
Let's take √№ceC№ty 's DanceParty script for example:
I have put his AMX files (dancer1.amx , dancer2.amx , etc.) in folder
npcmodes
.REC files in folder
recordings
And DanceParty.pwn and .amx in folder
filterscripts
And i added DanceParty in server.cfg in filterscripts line
Now, when i start samp-server.exe it shows me "incoming connection: IP.."
But when i enter my server, NPC's aren't there
PLEASE HELP!
Re: NPC's don't show up -
Filka - 04.10.2009
Open
server.cfg and set
maxnpc 
..
Re: NPC's don't show up -
Jake Canfield - 05.10.2009
The above reply isnt going to help if running a server with registration and login.
I am recieving help with this too when i get it ill let you know what to do.
EDIT: Do you run a server with registration and login?
Re: NPC's don't show up -
DarkClone - 05.10.2009
Код:
OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
//whatever goes here
}
Re: NPC's don't show up -
Jake Canfield - 05.10.2009
What does that do?
Re: NPC's don't show up -
V1ceC1ty - 05.10.2009
checks if the connected is an npc.
Re: NPC's don't show up -
Jake Canfield - 05.10.2009
Oh and btw i got everything going with mine but now they join and leave { the npcs }
Re: NPC's don't show up -
Jake Canfield - 05.10.2009
Quote:
Originally Posted by DarkClone
Код:
OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
//whatever goes here
}
|
I add that and pawno closes instead of running and compiling.
Re: NPC's don't show up -
FUNExtreme - 05.10.2009
Did you compile with 0.3 includes?
Re: NPC's don't show up -
Mac_Rulez - 05.10.2009
Same problem happens with me