que necesito para crear un comando para reiniciar server?
#1

TITULO, gracias, si lo tienes me ayudaria mucho, uso strmp, ya que el zcmd no me anda en mi GM
Reply
#2

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp("/reiniciar"cmdtexttrue10) == 0)
    {
          
SendRconCommand("gmx");
        return 
1;
    }
    
    return 
0;

Reply
#3

Quote:
Originally Posted by jotajeda
Посмотреть сообщение
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp("/reiniciar"cmdtexttrue10) == 0)
    {
          
SendRconCommand("gmx");
        return 
1;
    }
    
    return 
0;

le puedo meter un timer? con un senclient?
Reply
#4

Quote:
Originally Posted by Falcon1221
Посмотреть сообщение
le puedo meter un timer? con un senclient?
Si, http://forum.sa-mp.com/showpost.php?...85&postcount=8
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)