E:\adsads\pawno\include\SFCRRPGdudb.inc(37) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
[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
---------- 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
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. Код:
[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 |
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;
}
#include <a_samp>
#include <sscanf>
#include <a_samp> #include <irc> #include <SFCRRPGdudb> #include <streamer> #include <dprops> #include <sscanf2> #include <time>