[Ajuda] entrarorg ...:D
#1

Ola , estou criando um /entrarorg

sendo que nao sei como criar um espaзo . tipo /entrarorg 1

nao sei como criar um espaзo , em zcmd ... pra colocar o entrar org ,e o id ;


pawn Код:
CMD:entrarorg(playerid, params[]) // NOVO ENTRAR ORG
{

    if(IsPlayerConnected(playerid))
    {
        new string[128];
        new idx;
        new x_EntrarOrg[32];
        x_EntrarOrg = strtok(params, idx);
        if(!strlen(x_EntrarOrg)) {
            SendClientMessage(playerid, C_Branco, "USE: /entrarorg [id]");
            SendClientMessage(playerid, C_Verde, "Nгo sabe o ID das organizaзхes? /orgs");
        }

            ProgressaoInfo[playerid][Org] = 1;
            ProgressaoInfo[playerid][Cargo] = 4;
            SetPlayerSkin(playerid,282);
            ProgressaoInfo[playerid][Skin] = 282;
            SpawnOrg(playerid);
            ResetPlayerWeapons(playerid);
            SetPlayerColor(playerid, C_PMilitar);
            format(string, sizeof(string), "Sуcio %s entrou para a organizaзгo: 1", nome);
            SendClientMessageToAll(C_Azul, string);
        }
Reply
#2

Olб Rodrigo_Avenged!

Aqui estб minha tentativa tente ai, e me fale.

pawn Код:
CMD:entrarorg(playerid, params[])
{
    if(IsPlayerConnected(playerid))
    {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_WHITE,"/irorg [Numero da ORG 01 - 03]");//Edite aqui
            return true;
        }
        if(strcmp(tmp, "1", true) == 0)
        {
            ProgressaoInfo[playerid][Org] = 1;
            ProgressaoInfo[playerid][Cargo] = 4;
            SetPlayerSkin(playerid,282);
            ProgressaoInfo[playerid][Skin] = 282;
            SpawnOrg(playerid);
            ResetPlayerWeapons(playerid);
            SetPlayerColor(playerid, C_PMilitar);
            format(string, sizeof(string), "Sуcio %s entrou para a organizaзгo: Policia Militar", nome);
            SendClientMessageToAll(C_Azul, string);
        }
        if(strcmp(tmp, "2", true) == 0)
        {
            ProgressaoInfo[playerid][Org] = 2;
            ProgressaoInfo[playerid][Cargo] = 4;
            SetPlayerSkin(playerid,282);//Edite aqui
            ProgressaoInfo[playerid][Skin] = 282;//Edite aqui
            SpawnOrg(playerid);
            ResetPlayerWeapons(playerid);
            SetPlayerColor(playerid, C_PMilitar);//Edite aqui
            format(string, sizeof(string), "Sуcio %s entrou para a organizaзгo: Rotam", nome);//Edite aqui
            SendClientMessageToAll(C_Azul, string);
        }
        if(strcmp(tmp, "3", true) == 0)
        {
            ProgressaoInfo[playerid][Org] = 3;
            ProgressaoInfo[playerid][Cargo] = 4;
            SetPlayerSkin(playerid,282);//Edite aqui
            ProgressaoInfo[playerid][Skin] = 282;//Edite aqui
            SpawnOrg(playerid);
            ResetPlayerWeapons(playerid);
            SetPlayerColor(playerid, C_PMilitar);//Edite aqui
            format(string, sizeof(string), "Sуcio %s entrou para a organizaзгo: Exйrcito", nome);//Edite aqui
            SendClientMessageToAll(C_Azul, string);
        }
    }
    return true;
}
Reply
#3

valeu , funfou aqui , mudei umas coisas ... rs esse comando nem era zcmd .. rs mas valeu
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)