[Ajuda] Gotooff
#1

algum sistema de gotooff ja procurei e n achei ?
PHP код:
if(strcmp(cmd"/goto"true) == 0)
    {
        if(
AFK[playerid] == true) return SendClientMessage(playeridCINZA"{3cff00}| ERRO | {FFFFFF}Vocк nгo pode usar Comandos porque estб Ausente.");
        new 
PlayerBstring[300];
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp)) return SendClientMessage(playeridVERMELHO"{00FF00}| INFO |{FFFFFF} /goto [id]");
        
PlayerB strval(tmp);
        if(
AFK[PlayerB] == true) return SendClientMessage(playeridVERMELHO"{3cff00}| INFO | {FFFFFF}Este jogador estб ausente.");
        if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridVERMELHO"{3cff00}| ERRO |{FFFFFF}Este jogador nгo estб online.");
        
GetPlayerPos(PlayerBXYZ);
        
SetPlayerPos(playeridXY+1Z);
        if(
GetPlayerState(playerid) == 2)
        {
            new 
carrro GetPlayerVehicleID(playerid);
            
SetVehiclePos(carrroXY+1Z);
            
PutPlayerInVehicle(playeridcarrro0);
        }
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}Vocк foi atй o jogador \"{f00c0c}%s.\""Nome(PlayerB));
        
SendClientMessage(playeridVERDEstring);
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}O jogador \"{f00c0c}%s\" {FFFFFF}Veio atй vocк."Nome(playerid));
        
SendClientMessage(PlayerBVERDEstring);
        return 
1;
    } 
Reply
#2

Topo da GM:
PHP код:
new bool:Ativado[MAX_PLAYERS]; 
Comandos:

PHP код:
    if(strcmp(cmd"/goto"true) == 0)
    {
        if(
AFK[playerid] == true) return SendClientMessage(playeridCINZA"{3cff00}| ERRO | {FFFFFF}Vocк nгo pode usar Comandos porque estб Ausente.");
        new 
id;
        new 
PlayerBstring[300];
        
tmp strtok(cmdtextidx);
        if(
Ativado[id] == true) return SendClientMessage(playerid, -1"O player desativou os teleportes atй ele");
        if(!
strlen(tmp)) return SendClientMessage(playeridVERMELHO"{00FF00}| INFO |{FFFFFF} /goto [id]");
        
PlayerB strval(tmp);
        if(
AFK[PlayerB] == true) return SendClientMessage(playeridVERMELHO"{3cff00}| INFO | {FFFFFF}Este jogador estб ausente.");
        if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridVERMELHO"{3cff00}| ERRO |{FFFFFF}Este jogador nгo estб online.");
        
GetPlayerPos(PlayerBXYZ);
        
SetPlayerPos(playeridXY+1Z);
        if(
GetPlayerState(playerid) == 2)
        {
            new 
carrro GetPlayerVehicleID(playerid);
            
SetVehiclePos(carrroXY+1Z);
            
PutPlayerInVehicle(playeridcarrro0);
        }
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}Vocк foi atй o jogador \"{f00c0c}%s.\""Nome(PlayerB));
        
SendClientMessage(playeridVERDEstring);
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}O jogador \"{f00c0c}%s\" {FFFFFF}Veio atй vocк."Nome(playerid));
        
SendClientMessage(PlayerBVERDEstring);
        return 
1;
    } 
E o comando /gotooff:

PHP код:
    if(strcmp(cmd"/gotooff"true) == 0)
    {
        if(
AFK[playerid] == true) return SendClientMessage(playeridCINZA"{3cff00}| ERRO | {FFFFFF}Vocк nгo pode usar Comandos porque estб Ausente.");
        
SendClientMessage(playerid, -1"Vocк desativou o teleporte atй sua localidade");
        
Ativado[playerid] = true;
        return 
1;
    } 
Testa ai amigo, nгo garanto que funcionarб, fiz nas pressas mais podes tentar
Reply
#3

Quote:
Originally Posted by Bieell
Посмотреть сообщение
Topo da GM:
PHP код:
new bool:Ativado[MAX_PLAYERS]; 
Comandos:

PHP код:
    if(strcmp(cmd"/goto"true) == 0)
    {
        if(
AFK[playerid] == true) return SendClientMessage(playeridCINZA"{3cff00}| ERRO | {FFFFFF}Vocк nгo pode usar Comandos porque estб Ausente.");
        new 
id;
        new 
PlayerBstring[300];
        
tmp strtok(cmdtextidx);
        if(
Ativado[id] == true) return SendClientMessage(playerid, -1"O player desativou os teleportes atй ele");
        if(!
strlen(tmp)) return SendClientMessage(playeridVERMELHO"{00FF00}| INFO |{FFFFFF} /goto [id]");
        
PlayerB strval(tmp);
        if(
AFK[PlayerB] == true) return SendClientMessage(playeridVERMELHO"{3cff00}| INFO | {FFFFFF}Este jogador estб ausente.");
        if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridVERMELHO"{3cff00}| ERRO |{FFFFFF}Este jogador nгo estб online.");
        
GetPlayerPos(PlayerBXYZ);
        
SetPlayerPos(playeridXY+1Z);
        if(
GetPlayerState(playerid) == 2)
        {
            new 
carrro GetPlayerVehicleID(playerid);
            
SetVehiclePos(carrroXY+1Z);
            
PutPlayerInVehicle(playeridcarrro0);
        }
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}Vocк foi atй o jogador \"{f00c0c}%s.\""Nome(PlayerB));
        
SendClientMessage(playeridVERDEstring);
        
format(stringsizeof(string), "{3cff00}| INFO | {FFFFFF}O jogador \"{f00c0c}%s\" {FFFFFF}Veio atй vocк."Nome(playerid));
        
SendClientMessage(PlayerBVERDEstring);
        return 
1;
    } 
E o comando /gotooff:

PHP код:
    if(strcmp(cmd"/gotooff"true) == 0)
    {
        if(
AFK[playerid] == true) return SendClientMessage(playeridCINZA"{3cff00}| ERRO | {FFFFFF}Vocк nгo pode usar Comandos porque estб Ausente.");
        
SendClientMessage(playerid, -1"Vocк desativou o teleporte atй sua localidade");
        
Ativado[playerid] = true;
        return 
1;
    } 
Testa ai amigo, nгo garanto que funcionarб, fiz nas pressas mais podes tentar
Ih...rapaz...lembro desse comando ai, quando eu usava /goto pra matar os cara kkkkk, mas parei jб com isso, os cara me odiava =)
Reply
#4

funcionou obrigado mais e goto on?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)