Posts: 1,087
Threads: 103
Joined: Mar 2009
22.12.2010, 14:44
(
Последний раз редактировалось propilot; 22.12.2010 в 15:44.
)
Hey I just imported a register system into my gamemode no errors here is the pawn complie thing
pawn Код:
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
When I start server:
Код:
[07:40:54] Script[gamemodes/sfp.amx]: Run time error 19: "File or function is not found"
[07:40:54] Number of vehicle models: 0
edit: I guess it a really rare problem? ;o
ANy comment would help ;o
Posts: 1,170
Threads: 19
Joined: May 2010
Reputation:
0
Your registration system probably was using a plugin like sscanf or whatnot.
You should really search this error, you are not the only one....
Posts: 1,087
Threads: 103
Joined: Mar 2009
Quote:
Originally Posted by Hal
Your registration system probably was using a plugin like sscanf or whatnot.
You should really search this error, you are not the only one....
|
I importet LuxAdmin btw
Posts: 1,087
Threads: 103
Joined: Mar 2009
i did. ;/
edit
Код:
echo Executing Server Config...
lanmode 0
rcon_password nohaxmybratha'
maxplayers 50
port 8888
hostname server for pilots test
gamemode0 sfp
filterscripts GarHouse
announce 1
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins streamer sscanf Whirlpool
pawn Код:
#include <a_samp>
#include <ldudb>
#include <lfuncs>
edit:
lalala
look at what I found
Код:
[09:15:51] Loaded.
[09:15:51] Loading plugin: Whirlpool
[09:15:51] Failed.
[09:15:51] Loaded 2 plugins.
Yes I have 3 plugins.
Ill try to find the newest Whirlpool.dll
edit:
Same shit...
Код:
[09:19:29] Loaded.
[09:19:29] Loading plugin: Whirlpool
[09:19:29] Failed.
[09:19:29] Loaded 2 plugins.
[09:19:29]
[09:19:29] Filter Scripts
[09:19:29] ---------------
[09:19:29] Loading filter script 'GarHouse.amx'...
[09:19:29]
>> SFP House System Loaded <<
edit:
WORKS!
Hell yeah.
I noticed my PC was playing with me so I restarted it and it worked
thanks god