Errors With samp-server.exe / Errores con samp-server.exe - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Errors With samp-server.exe / Errores con samp-server.exe (
/showthread.php?tid=437868)
Errors With samp-server.exe / Errores con samp-server.exe -
DarkRk - 17.05.2013
Hi all you!
I'm scripting my GameMode, And learning more about it, I don't know what I did but when I open my samp-server.exe In the window black I get these errors, Watch it, The picture is attached...
I don't know how to fix this problem, By the way I need your help :S
En Espaсol!
Hola a todos ustedes!
Estoy scripting mi GameMode, y aprender mбs sobre йl, no sй lo que hice, pero cuando abro mis samp-server.exe En la ventana de negro me da estos errores, la observan, La imagen se adjunta ...
No sй cуmo solucionar este problema, por cierto, necesito tu ayuda...
Espero su colaboracion gracias!
Re: Errors With samp-server.exe / Errores con samp-server.exe -
Faisal_khan - 17.05.2013
Wrong section, post it here...
http://forum.sa-mp.com/forumdisplay.php?f=29
Respuesta: Re: Errors With samp-server.exe / Errores con samp-server.exe -
DarkRk - 17.05.2013
Quote:
Originally Posted by Faisal_khan
|
Why wrong section?
Re: Errors With samp-server.exe / Errores con samp-server.exe -
Faisal_khan - 17.05.2013
Oh sorry my mistake man -_-.
This is LUXAdmin script, right? And the message is being called under OnRconCommand:
pawn Code:
public OnRconCommand(cmd[])
{
if( strlen(cmd) > 50 || strlen(cmd) == 1 )
return print("ERROR: You can not exceed 50 characters!");
Make sure any command is not being called while connecting.
Respuesta: Re: Errors With samp-server.exe / Errores con samp-server.exe -
DarkRk - 17.05.2013
Quote:
Originally Posted by Faisal_khan
Oh sorry my mistake man -_-.
This is LUXAdmin script, right? And the message is being called under OnRconCommand:
pawn Code:
public OnRconCommand(cmd[]) { if( strlen(cmd) > 50 || strlen(cmd) == 1 ) return print("ERROR: You can not exceed 50 characters!");
Make sure any command is not being called while connecting.
|
Oh thanks that error was fixed, But the other error, 'AllowAdminTeleport()' ? What's that?
Re: Errors With samp-server.exe / Errores con samp-server.exe -
Faisal_khan - 17.05.2013
That function was removed in 0.3d. You gotta use OnPlayerClickMap.