Help !!! .amx.amx ?!? - 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)
+--- Thread: Help !!! .amx.amx ?!? (
/showthread.php?tid=390752)
Help !!! .amx.amx ?!? -
benel1 - 07.11.2012
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e-R2, (C)2005-2012 SA-MP Team
[23:29:10]
[23:29:10] Server Plugins
[23:29:10] --------------
[23:29:10] Loading plugin: FileManager
[23:29:10] ******************
[23:29:10] ** FILE MANAGER **
[23:29:10] ** Loaded **
[23:29:10] ** Version 1.1 **
[23:29:10] ******************
[23:29:10] Loaded.
[23:29:10] Loading plugin: streamer
[23:29:10]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[23:29:10] Loaded.
[23:29:10] Loaded 2 plugins.
[23:29:11]
[23:29:11] Filterscripts
[23:29:11] ---------------
[23:29:11] Loading filterscript 'XAP.amx'...
[23:29:11]
[23:29:11]
[23:29:11] [XAP] Loaded successfully.
[23:29:11] Loading filterscript 'Cars.amx'...
[23:29:11] Cars
[23:29:11] Loading filterscript 'NewObjects.amx'...
[23:29:11] Objects
[23:29:11] Loading filterscript 'Profile.amx'...
[23:29:11] Loading filterscript 'CarsByItay.amx'...
[23:29:11] Failed to load 'filterscripts/CarsByItay.amx.amx' filterscript. // here ! <<<<<<<>>>>>>>>
[23:29:11] Unable to load filterscript 'CarsByItay.amx'.
[23:29:11] Loaded 4 filterscripts.
O_O why .amx.amx ? 2 times amx O.o
Re: Help !!! .amx.amx ?!? -
CoaPsyFactor - 07.11.2012
send us your server.cfg text
Re: Help !!! .amx.amx ?!? -
benel1 - 07.11.2012
Quote:
Originally Posted by CoaPsyFactor
send us your server.cfg text
|
pawn Код:
echo Executing Server Config...
lanmode
1rcon_password
123maxplayers
500port
7777hostname Perfect Death Match
- PDM.co.il
gamemode0 benel1
1filterscripts XAP Cars NewObjects Profile CarsByItay
plugins FileManager streamer sscanf
announce
0query
1weburl
[url
]www.sa-mp.com
[/url
]onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
300.0stream_rate
1000maxnpc
10logtimeformat
[%H:%M:%S
]
Re: Help !!! .amx.amx ?!? -
Private200 - 07.11.2012
Because you called that file like that , check out the file on your Filterscripts folder then tell me the ame of CarsByItay file . You maybe putted the name .amx on the end of it and samp-server auto-put it on the fs . The problem is at you , don't post this shit ... easy thing .!
Re: Help !!! .amx.amx ?!? -
benel1 - 07.11.2012
Quote:
Originally Posted by Private200
Because you called that file like that , check out the file on your Filterscripts folder then tell me the ame of CarsByItay file . You maybe putted the name .amx on the end of it and samp-server auto-put it on the fs . The problem is at you , don't post this shit ... easy thing .!
|
Is not there. Amx.amx-_-
If you do not know to respond
Edit:
Lol ! O_O
that work:
echo Executing Server Config...
lanmode 1
rcon_password 123
maxplayers 500
port 7777
hostname Perfect Death Match - PDM.co.il
gamemode0 benel1 1
filterscripts XAP Cars NewObjects CarsByItay Profile
plugins FileManager streamer sscanf
announce 0
query 1
weburl
www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Re: Help !!! .amx.amx ?!? -
SwisherSweet - 08.11.2012
Dude goto your /filterscripts folder and check there is might be CarsByItaly.amx .amx
Meaning that you put the name .amx
OR the filterscript is not even in the folder Filterscripts.
Re: Help !!! .amx.amx ?!? -
Veeco - 08.11.2012
Go to the filterscript in pawno and compile it
Then save and then try to run server
Fixed?