25.12.2013, 06:08
Quote:
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 |
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;
}