[HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp - 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: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp (
/showthread.php?tid=75512)
[HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
aleksandra - 02.05.2009
Heya guys i need help with this script
http://forum.sa-mp.com/index.php?topic=94764.0 ...
When i run the server (on linux) it shows me
Mode: Unknown
HostName: LVCRR Cops And Robbers
Address: 85.214.91.116:2222
Players: 0 / 50
Ping: 60
Mode: Unknown
Map: Las Venturas
I tryed to delete plugins and its the same...
In server log i got this:
Code:
SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team
[14:15:14]
[14:15:14] Server Plugins
[14:15:14] --------------
[14:15:14] Loaded 0 plugins.
[14:15:14]
[14:15:14] Ban list
[14:15:14] --------
[14:15:14] Loaded: samp.ban
[14:15:14]
[14:15:14]
[14:15:14] Filter Scripts
[14:15:14] ---------------
[14:15:14] Loading filter script 'CAR.amx'...
[14:15:14] ¤|------------|>FilterScript<|------------|¤
[14:15:14] Vehicle Names Display Filterscript by Seif
[14:15:14] ¤|------------|>Filterscript<|------------|¤
[14:15:14] Loading filter script 'MidoStream.amx'...
[14:15:14] Loading filter script 'adminspec.amx'...
[14:15:14] Loading filter script 'vactions.amx'...
[14:15:14] Loaded 4 filter scripts.
[14:15:14] Script[gamemodes/LVCRR.amx]: Run time error 19: "File or function is not found"
[14:15:14] Script[gamemodes/LVCRR.amx]: Run time error 19: "File or function is not found 
why this?
my server.cfg =
Code:
echo Executing Server Config...
lanmode 0
rcon_password blablabla
maxplayers 50
port 2222
hostname LVCRR Cops And Robbers
gamemode0 LVCRR 1
filterscripts CAR MidoStream adminspec vactions
announce 1
query 1
weburl N/A
anticheat 0
plugins irc -
mapname Las Venturas
Can anyone please help me with this? and tell me why it doesnt work?
Please ppl.
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
shitbird - 02.05.2009
...
The 'Mode' is what you define inside the .PWN file.
Code:
SetGameModeText("MODENAME");
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
aleksandra - 02.05.2009
Code:
[14:15:14] Script[gamemodes/LVCRR.amx]: Run time error 19: "File or function is not found
?? why this?
Code:
SetGameModeText("Cops And Robbers");
its already in
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
aleksandra - 02.05.2009
cmon guys please help me:S i already ask in this topic who made it and nobody didnt answer.. this thread is my last chance
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
Joe Staff - 02.05.2009
Usually when I get this problem it's because the plugins I'm using are for windows and I'm on a linux server. Also make sure the .amx is there and in the right folder.
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
aleksandra - 02.05.2009
it is .. on homemade (windows) server works perfectly.. i dont know whats wrong :S:S
maybe should we talk on msn?^^
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
SpiderPork - 02.05.2009
Edit server.cfg:
Code:
echo Executing Server Config...
lanmode 0
rcon_password blablabla
maxplayers 50
port 2222
hostname LVCRR Cops And Robbers
gamemode0 LVCRR 1
filterscripts CAR MidoStream adminspec vactions
announce 1
query 1
weburl N/A
anticheat 0
mapname Las Venturas
Delete plugins ^^
Happened to me too, I removed all the plugins from the script & server.cfg
Re: [HELP] Las Venturas Cops "And" Robbers Version 1.0 Revamp -
aleksandra - 02.05.2009
Quote:
Originally Posted by SpiderPork
Edit server.cfg:
Code:
echo Executing Server Config...
lanmode 0
rcon_password blablabla
maxplayers 50
port 2222
hostname LVCRR Cops And Robbers
gamemode0 LVCRR 1
filterscripts CAR MidoStream adminspec vactions
announce 1
query 1
weburl N/A
anticheat 0
mapname Las Venturas
Delete plugins ^^
Happened to me too, I removed all the plugins from the script & server.cfg
|
so i delete plugins folder only and thats it?
or in PWN file too?