FCNPC doesn`t work on 0.3DL ?
#1

1 Warning:
Код:
[FCNPC] Error: NPC 'debug' not created. Name 'debug' is invalid or the maxnpc limit in server.cfg has been reached.
And the simple filterscript:
Код:
#include <a_samp>
#include <FCNPC>

#define FILTERSCRIPT

new CJ;

public OnFilterScriptInit()
{
    CJ = FCNPC_Create("debug");
    FCNPC_Spawn(CJ, 0, 2466.5632,-1667.1001,13.4672);
	return 1;
}
server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password fantasylandrcon_password
maxplayers 300
port 7777
hostname SA-MP 0.3 Server
gamemode0 FantasyLand 1
filterscripts JunkBuster cs2 Int Anim Veh Object Time house npc
announce 0
plugins sscanf streamer FCNPC
query 1
chatlogging 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpcs 100
logtimeformat [%H:%M:%S]
language Chinese
useartwork 1
Reply


Messages In This Thread
FCNPC doesn`t work on 0.3DL ? - by 3417512908 - 08.07.2018, 09:55
Re: FCNPC doesn`t work on 0.3DL ? - by Dayrion - 08.07.2018, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)