Dio skripte:
C:\Users\lj\Desktop\BM\pawn\include\YSI\y_commands.inc(219) : warning 201: redefinition of constant/macro (symbol "CMD:%0(%1)")
C:\Users\lj\Desktop\BM\pawn\include\YSI\y_commands.inc(220) : warning 201: redefinition of constant/macro (symbol "COMMAND")
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(25085) : warning 217: loose indentation
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(27698) : warning 202: number of arguments does not match definition
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(27700) : error 035: argument type mismatch (argument 2)
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(27701) : error 035: argument type mismatch (argument 2)
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(27703) : error 035: argument type mismatch (argument 2)
C:\Users\lj\Desktop\BM\gamemodes\Balkan-Moon.pwn(27704) : error 035: argument type mismatch (argument 2)CMD:gametext( playerid, params[], help )
{
if( PlayerInfo[ playerid ][ pAdmin ] < 6 ) return SCM( playerid, " Nemate dozvolu za koriscenje ove komande" );
if( AdminDuty[ playerid ] ) return SCM( playerid, " Morate biti na admin duznosti." );
new string[ 128 ], style;
if( sscanf( params, "is", style, string ) ) return SCM( playerid, " /gametext [ style ][ text ]" );
if( style == 2 ) return SCM( playerid, "Ne mozes koristiti taj style." );
GameTextForAll( string, 10000, style );
return 1;
}Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]//[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): //
Sve sam lepo uradio dodao zcmd u pawno/include, imam i pawn file to koristim radi pawn compilera brzeg.


