04.07.2014, 06:15
Quote:
|
Not sure what your error is because the image hasn't loaded, but from the code here's one problem.
Код:
public OnFilterScriptExit()
{
print("............................);
print(" MP3 Player non caricata);
print("............................);
return 1;
}
Код:
public OnFilterScriptExit()
{
print("............................");
print(" MP3 Player non caricata);
print("............................");
return 1;
}
|
pawn Код:
public OnFilterScriptExit()
{
print("............................");
print(" MP3 Player non caricata");
print("............................");
return 1;
}


