Errors With samp-server.exe / Errores con samp-server.exe
#1

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!
Reply
#2

Wrong section, post it here...
http://forum.sa-mp.com/forumdisplay.php?f=29
Reply
#3

Quote:
Originally Posted by Faisal_khan
View Post
Wrong section, post it here...
http://forum.sa-mp.com/forumdisplay.php?f=29
Why wrong section?
Reply
#4

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.
Reply
#5

Quote:
Originally Posted by Faisal_khan
View Post
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?
Reply
#6

That function was removed in 0.3d. You gotta use OnPlayerClickMap.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)