Detaljan opis problema:Izbacuje mi errore na liniji od OnPlayerCommandPerformed
Dio skripte://------------------------------------------------------------------------------
public OnPlayerCommandPerformed( playerid,cmdtext[ ],success )
{
if ( isnull( cmdtext ) )
{
// You can add other crash detect/warning code here.
return 0;
}
if( !success ) return SCM( playerid,-1,""col_larp"(SA:MP) "col_crvena"Upisali ste komandu koja ne postoji, upisite /help za listu komandi." );
}
new string[ 128 ]; format( string,sizeof( string ),"Igrac %s | Komanda: %s",GetName( playerid ),cmdtext ); LogKomandi( string );
return ( true );
}Neke slike/video za lakse dobivanje pomoci(neobavezno): Nije obavezno