[Ajuda] Comandos Dependentes
#1

Olб

Estou Fazendo Uma Prisгo Pro Meu Gamemode!
Nesta Prisгo Coloquei Um Portгo Sуmente Para Administradores Rcon:
pawn Код:
if(strcmp(cmdtext, "/abrirprisao", true) == 0)
    {
        if(IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "[INFO-SERVER]: Vocк Nгo Tem Permissгo Para Utilizar Este Comando");
    {
        new string[150];
        new pNome[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pNome, sizeof(pNome));
        format(string, sizeof(string), "[INFO-SERVER]: {00BFFF}O Administrador{FF0000} %s {00BFFF} Abriu o Portгo Da Prisгo. Quer Visitar Um Peso? Digite: /visitarpreso.", pNome);
        SendClientMessageToAll(-1, string);
        MoveObject(Portaoprisao, -1754.9000244141,785.90002441406,1177.1999511719, 3.0);
        SendClientMessage(playerid, 0x9E3EFFAA, "[INFO-SERVER] Abrindo Prisгo!!!");
    }
        return 1;
    }
Neste Comando Eu Estou Abrindo o Portao Da Area De Lazer.

Mais Tambйm Fiz Um Comando Pra Quem Quer Visitar Um Preso:
pawn Код:
if(strcmp(cmdtext,"/visitarpreso",true) == 0)
    {
        new string[150];
        new pNome[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pNome, sizeof(pNome));
        format(string, sizeof(string), "[INFO-SERVER]:{00BFFF}O Jogador{FF0000} %s {00BFFF} Foi Fazer Uma Visita Na Prisгo.", pNome);
        SendClientMessageToAll(-1, string);
        SetPlayerPos(playerid, -1761.8000488281, 798, 1177.1999511719);
        SendClientMessage(playerid, COR_VERMELHO, "[INFO-SERVER]: Seja Bem Vindo a Prisгo, Cuidado Com Os Criminosos, Eles Podem Ser Perigosos!");
        return 1;
    }
Eu Quero Que o Comando De Visitar Sу Esteja Disponivel Para Ser Utilizado Quando o Portгo Estiver Aberto.

Agradeзo Desde Jб
__________________________________________________ ______________________

Reply


Messages In This Thread
Comandos Dependentes - by Matthy - 20.06.2014, 19:06
Re: Comandos Dependentes - by ProKillerpa - 20.06.2014, 19:12
Respuesta: Comandos Dependentes - by Matthy - 20.06.2014, 19:17
Re: Comandos Dependentes - by Schocc - 20.06.2014, 19:28
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 19:33
Re: Comandos Dependentes - by MultiKill - 20.06.2014, 19:43
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 20:05
Re: Comandos Dependentes - by Schocc - 20.06.2014, 20:11

Forum Jump:


Users browsing this thread: 4 Guest(s)