Error SFCRRPG Gamemode
#1

I have a prob with scripting SFCRRPG gamemode

When I compile I get this error

Код:
E:\adsads\pawno\include\SFCRRPGdudb.inc(37) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
When I start the game mode I get this error.


Код:
[06:38:12] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[06:38:12] Number of vehicle models: 0
Please help me
Reply
#2

Its just a warning.
Before you start your server, Make sure you have all the necessary plugins..
(streamer, sscanf, irc ) Use .so plugins if you have Linux server. Don't forget to add .so at the end of every plugin name in server.cfg
Example for Windows's server.cfg file : plugins sscanf streamer irc
Example for Linux's server.cfg file : plugins sscanf.so streamer.so irc.so

Thank you!
Reply
#3

Yes I did I am using Linux server and I added all the plugins but still it shows the same.

Can u say why?
Reply
#4

Post your server_log
Reply
#5

ok here is it

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[08:07:19] 
[08:07:19] Server Plugins
[08:07:19] --------------
[08:07:19]  Loading plugin: streamer.so
[08:07:19] 

*** Streamer Plugin v2.5 by Incognito loaded ***

[08:07:19]   Loaded.
[08:07:19]  Loading plugin: Whirlpool.so
[08:07:19]  
[08:07:19]  ==================
[08:07:19]  
[08:07:19]   Whirlpool loaded
[08:07:19]  
[08:07:19]  ==================
[08:07:19]  
[08:07:19]   Loaded.
[08:07:19]  Loading plugin: sscanf.so
[08:07:19] 

[08:07:19]  ===============================

[08:07:19]       sscanf plugin loaded.     

[08:07:19]          Version:  2.8.1        

[08:07:19]    © 2012 Alex "******" Cole  

[08:07:19]  ===============================

[08:07:19]   Loaded.
[08:07:19]  Loading plugin: gvar.so
[08:07:19] 

*** GVar Plugin v1.3 by Incognito loaded ***

[08:07:19]   Loaded.
[08:07:19]  Loading plugin: irc.so
[08:07:19] 

*** IRC Plugin v1.4.3 by Incognito loaded ***

[08:07:19]   Loaded.
[08:07:19]  Loaded 5 plugins.

[08:07:19] 
[08:07:19] Filterscripts
[08:07:19] ---------------
[08:07:19]   Loading filterscript 'JLadmin.amx'...
[08:07:19]  
[08:07:19]  
[08:07:19]  
[08:07:19]  ======================================= 
[08:07:19]  |                                     | 
[08:07:19]  |        YSI version 1.06.0002        | 
[08:07:19]  |        By Alex "******" Cole        | 
[08:07:19]  |                                     | 
[08:07:19]  ======================================= 
[08:07:19]  
[08:07:19]  
[08:07:19]  
[08:07:19] 
 -J.L Admin system Configurations Successfully Loaded!
[08:07:19] 
 ____________________________________________________

[08:07:19] |**         J.L. SA:MP Server Administration       **|

[08:07:19]                     System V 1.0                     

[08:07:19]  [JLADMIN] Auto login         1
[08:07:19]  [JLADMIN] Must register      0
[08:07:19]  [JLADMIN] Detect pausers     1
[08:07:19]  [JLADMIN] MaxPing            8000
[08:07:19]  [JLADMIN] AntiSpam           1
[08:07:19]  [JLADMIN] PM Dialog          1
[08:07:19]  [JLADMIN] AntiWeaponHack     1
[08:07:19]  [JLADMIN] MaxAdminLevel      6
[08:07:19]  [JLADMIN] Anti Bad Words     1
[08:07:19]  [JLADMIN] AntiBanEvade       1
[08:07:19]  [JLADMIN] Anti Advertise     1
[08:07:19]  [JLADMIN] AdminImmunity      1
[08:07:19]  [JLADMIN] ShowPmstoAdmins    1
[08:07:19]  [JLADMIN] ReadCommands       1
[08:07:19]  [JLADMIN] AntiCheatBans      1
[08:07:19]  [JLADMIN] Allow changename   1
[08:07:19]  [JLADMIN] ForbiddenNamesKick 1
[08:07:19]  [JLADMIN] PartNamesKick      1
[08:07:19] 
-- No Illegal Weapons Loaded! --

[08:07:19] 
-- No Forbidden nick names Loaded! --

[08:07:19] 
-- No Forbidden Part nicks Loaded! --

[08:07:19] 
-- 1 Bad words successfully loaded --

[08:07:19] --3 Teleports loaded!--
[08:07:19]   Loading filterscript 'SnowX.amx'...
[08:07:19] 
--------------------------------------
[08:07:19]  [FS] Falling Snow by XizeR
[08:07:19] --------------------------------------

[08:07:19]   Loading filterscript 'Christmas.amx'...
[08:07:19] 
 Christmas Filterscript Loaded! by Dimi

[08:07:19] 
[XMAS] TREE LOADED!

[08:07:19]   Loading filterscript 'Airport_system.amx'...
[08:07:19] 
________________________________
[08:07:19] |Loaded!|
[08:07:19] 
________________________________
[08:07:19] Airpot System v1.0
[08:07:19] By Anak.
[08:07:19] For info visit Sa-mp forums.
[08:07:19] ________________________________

[08:07:19] SETTINGS: RANDOM MESSAGES ALLOWED - true
[08:07:19] SETTINGS: BOTS ALLOWED - true
[08:07:19]   Loaded 4 filterscripts.

[08:07:19] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[08:07:19] Number of vehicle models: 2
[08:07:19] Incoming connection: 176.31.103.65:52759
[08:07:19] Incoming connection: 176.31.103.65:36504
[08:07:19] Incoming connection: 176.31.103.65:53485
Reply
#6

Quote:
Originally Posted by Gamo
Посмотреть сообщение
I have a prob with scripting SFCRRPG gamemode

When I compile I get this error

Код:
E:\adsads\pawno\include\SFCRRPGdudb.inc(37) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
When I start the game mode I get this error.


Код:
[06:38:12] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[06:38:12] Number of vehicle models: 0
Please help me
@ Warning , Press 'Control + G' and type 37 then press TAB on that line , here's an example for loose indentation , btw that's an include you don't have to compile it.
pawn Код:
CMD:example(playerid, params[])
{
    SendClientMessage(playerid,-1,"Testing1");//deafult uses 4 space or tab will move to next 4 spaces.
  SendClientMessage(playerid,-1,"Testin2");//here you'll get an error because we used only 2 spaces instead of 4.
    return 1;
}
Run time error 19 , there's a missing plugin that the gamemode to run with it. Would you mind if you showed us your includes ?
Reply
#7

Ok here are the pawno-includes

I dont know how to put all those in this forum so I uploaded it

here is the link to download it

http://www.megafileupload.com/en/fil...clude-rar.html
Reply
#8

help plz rep+
Reply
#9

No , just the includes you defined in your gamemode like this
pawn Код:
#include <a_samp>
#include <sscanf>
Reply
#10

ups ok

Код:
#include <a_samp>
#include <irc>
#include <SFCRRPGdudb>
#include <streamer>
#include <dprops>
#include <sscanf2>
#include <time>
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)