NPC's don't show up
#1

[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!
Reply
#2

Open server.cfg and set maxnpc ..
Reply
#3

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?
Reply
#4

Код:
OnPlayerConnect(playerid)
{
	if(IsPlayerNPC(playerid)) return 1;
    //whatever goes here
}
Reply
#5

What does that do?
Reply
#6

checks if the connected is an npc.
Reply
#7

Oh and btw i got everything going with mine but now they join and leave { the npcs }
Reply
#8

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.
Reply
#9

Did you compile with 0.3 includes?
Reply
#10

Same problem happens with me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)