Error SFCRRPG Gamemode
#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


Messages In This Thread
Error SFCRRPG Gamemode - by Gamo - 24.12.2013, 06:51
Re: Error SFCRRPG Gamemode - by rakshith122 - 24.12.2013, 07:01
Re: Error SFCRRPG Gamemode - by Gamo - 25.12.2013, 05:44
Re: Error SFCRRPG Gamemode - by SsHady - 25.12.2013, 05:56
Re: Error SFCRRPG Gamemode - by Gamo - 25.12.2013, 06:01
Re: Error SFCRRPG Gamemode - by SilentSoul - 25.12.2013, 06:08
Re: Error SFCRRPG Gamemode - by Gamo - 25.12.2013, 06:35
Re: Error SFCRRPG Gamemode - by Gamo - 25.12.2013, 06:45
Re: Error SFCRRPG Gamemode - by SilentSoul - 25.12.2013, 06:50
Re: Error SFCRRPG Gamemode - by Gamo - 25.12.2013, 06:52

Forum Jump:


Users browsing this thread: 1 Guest(s)