Dio skripte:
CMD:cc( playerid, params[], help) {
if( PlayerInfo[ playerid ][ xAdmin ] >= 1 ) {
for( new j; j < 110; j++ ) {
SendClientMessageToAll( -1, "" );
}
new string;
if( PlayerInfo[ playerid ][ xAdmin ] == 7 ) { format( string, sizeof( string ), ""col_sanm"Owner "col_white"%s "col_blue"je ocistio chat.", ImeIgraca( playerid ) ); }
else if( PlayerInfo[ playerid ][ xAdmin ] == 6 ) { format( string, sizeof( string ), ""col_sanm"Director "col_white"%s "col_blue"je ocistio chat.", ImeIgraca( playerid ) ); }
else if( PlayerInfo[ playerid ][ xAdmin ] == 5 ) { format( string, sizeof( string ), ""col_sanm"Head Admin "col_white"%s "col_blue"je ocistio chat.", ImeIgraca( playerid ) ); }
else if( PlayerInfo[ playerid ][ xAdmin ] >= 1 && PlayerInfo[ playerid ][ xAdmin ] <= 4 ) { format( string, sizeof( string ), ""col_blue"Admin "col_white"%s "col_sanm"je ocistio chat.", ImeIgraca( playerid ) ); }
else if( PlayerInfo[ playerid ][ xSupporter ] >= 1 ) { format( string, sizeof( string ), ""col_sanm"Supporter "col_white"%s "col_sanm"je ocistio chat.", ImeIgraca( playerid ) ); }
SendClientMessageToAll(-1, string);
SendClientMessageToAll( PHARMELO, "=== www.pharmelo-roleplay.com ===");
}
else return SendErrorMessage( playerid, "Niste ovlasteni za KORISTI ove komande!");
return 1;
}
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): //
Slika/video ingame problema (obavezno ako je ingame problem): //

