Originally Posted by dugi
Don't advertise. A link to a site related to the topic is fine, spamming your home page is not. This includes advertising your servers and services. However, you are allowed to put advertisements in your signature or server advertisements.
|
Not getting offtopic, if you read the rules you would have not said that.
https://sampforum.blast.hk/showthread.php?tid=64144 <- Rules |
This isn't a server side problem. I suggest it is something to do with your firewall blocking the other ports.
|
SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [13:52:39] [13:52:39] Server Plugins [13:52:39] -------------- [13:52:39] Loading plugin: streamer [13:52:39] *** Streamer Plugin v2.3.8 by Incognito loaded *** [13:52:39] Loaded. [13:52:39] Loading plugin: sscanf [13:52:39] Failed. [13:52:39] Loading plugin: Whirlpool [13:52:39] [13:52:39] ================== [13:52:39] [13:52:39] Whirlpool loaded [13:52:39] [13:52:39] ================== [13:52:39] [13:52:39] Loaded. [13:52:39] Loaded 2 plugins. [13:52:39] [13:52:39] Filter Scripts [13:52:39] --------------- [13:52:39] Loading filter script 'LuxAdmin.amx'... [13:52:39] __________________________________________________ _ [13:52:39] [13:52:39] L.A.S v1.6 Beta [13:52:39] --------------- [13:52:39] LuX Administration System [13:52:39] __________________________________________________ _ [13:52:39] -> Loading... [13:52:39] -Current Configurations Successfully Loaded! [13:52:39] [13:52:39] -> L.A.S Basic Loaded Configurations: [13:52:39] AutoLogin: [Enabled!] ReadCmds: [Enabled!] [13:52:39] AntiSwear: [Disabled] AntiSpam: [Enabled!] [13:52:39] NameKick: [Enabled!] AntiBot: [Enabled!] [13:52:39] ConnectMsgs: [Enabled!] NoCaps: [Disabled] [13:52:39] AdminCmdMsgs: [Enabled!] Anti Ads: [Enabled!] [13:52:39] SaveMoney: [Enabled!] MustLogin [Enabled!] [13:52:39] Forbid Weaps: [Disabled] AdmSkins: [Disabled] [13:52:39] ReadPms: [Enabled!] MaxLevel: [10] [13:52:39] SaveWeaps [Enabled!] Max Ping: [0ms] [13:52:39] ChatDisabled: [Disabled] MuteWarns: [4] [13:52:39] MustRegister: [Enabled!] AdmSkins [217, 214] [13:52:39] -> Loaded Successfully! [13:52:39] Date: 28/5/2011 - Time: 13:52:39 [13:52:39] __________________________________________________ _ [13:52:39] Loading filter script 'adminspec.amx'... [13:52:39] Loaded 2 filter scripts. [13:52:39] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found" [13:52:39] Number of vehicle models: 0 |
read up your missing a plugin or plugins make sure all the files are in the right places if not it well not work at all
|
gamemode0 SFCRRPG 1 filterscripts LuxAdmin adminspec plugins irc streamer sscanf Whirlpool |
SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [14:58:34] [14:58:34] Server Plugins [14:58:34] -------------- [14:58:34] Loading plugin: streamer [14:58:34] *** Streamer Plugin v2.3.8 by Incognito loaded *** [14:58:34] Loaded. [14:58:34] Loading plugin: sscanf [14:58:34] Failed. [14:58:34] Loading plugin: Whirlpool [14:58:34] [14:58:34] ================== [14:58:34] [14:58:34] Whirlpool loaded [14:58:34] [14:58:34] ================== [14:58:34] [14:58:34] Loaded. [14:58:34] Loaded 2 plugins. [14:58:34] I couldn't load any gamemode scripts. Please verify your server.cfg [14:58:34] It needs a gamemode0 line at the very least. |
The plugins I got from the files. I have this as my CFG..
Now im getting this error: |
Just add this code to the top of the command:
#pragma unused params (Like used in other commands) |
dcmd_bankrob(playerid, params[]) { #pragma unused params //Your Code return 1; }