SA-MP Forums Archive
[Ajuda] Gotooff - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Gotooff (/showthread.php?tid=648447)



Gotooff - VF46 - 22.01.2018

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;
    } 



Re: Gotooff - Bieell - 22.01.2018

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


Re: Gotooff - SpikeCompiler - 22.01.2018

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 =)


Re: Gotooff - VF46 - 22.01.2018

funcionou obrigado mais e goto on?