[Ajuda] /veiculo trancar Nao Funfa Pfv Ajuda'
#1

Ajuda Pffv Eu Sei 3 Topico й Porque eu Nao Sei Apagar, Mais Em Nenhum deles Me Ajudarao' Tipo quando eu do / Veiculo Trancar o Carro Nao Tranca' Diz Q Eu Nao Sou um Vip'

pawn Код:
if(strcmp(tmp, "trancar", true) == 0)
        {
            if(PlayerInfo[playerid][pCarKey] == 0 && PlayerInfo[playerid][pCarKey2] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "Vocк nгo tem um Carro VIP.");
                return 1;
            }
            if(PlayerInfo[playerid][pCarKey] != vehid && PlayerInfo[playerid][pCarKey2] != vehid)
            {
                SendClientMessage(playerid, COLOR_GREY, "Esse nгo й seu Carro VIP.");
                return 1;
            }
            new keycar;
            if(vehid == PlayerInfo[playerid][pCarKey]) { keycar = PlayerInfo[playerid][pVeiculo]; }
            else if(vehid == PlayerInfo[playerid][pCarKey2]) { keycar = PlayerInfo[playerid][pVeiculo2]; }
            if(IsPlayerConnected(playerid))
            {
                if(CarInfo[keycar][cLock] == 1)
                {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,0);
                }
                format(string, sizeof(string), "~w~Veiculo VIP~n~~g~Aberto");
                PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
                GameTextForPlayer(playerid, string, 10000, 3);
                CarInfo[keycar][cLock] = 0;
                return 1;
                }
                else
                {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,1);
                }
                format(string, sizeof(string), "~w~Veiculo VIP~n~~r~Trancado");
                PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
                GameTextForPlayer(playerid, string, 10000, 3);
                CarInfo[keycar][cLock] = 1;
                return 1;
                }

            }
            return 1;
        }
Reply
#2

Cara, primeiramente, nгo й preciso ficar criando tуpicos e tуpicos, crie um e espere atй que alguйm te ajude.

Mas ok, falando sobre o comando, cadк o "/" no "trancar" lб ? Coloque ele e ve se funciona -.-

pawn Код:
if(strcmp(tmp, "/trancar", true) == 0)
        {
            if(PlayerInfo[playerid][pCarKey] == 0 && PlayerInfo[playerid][pCarKey2] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "Vocк nгo tem um Carro VIP.");
                return 1;
            }
            if(PlayerInfo[playerid][pCarKey] != vehid && PlayerInfo[playerid][pCarKey2] != vehid)
            {
                SendClientMessage(playerid, COLOR_GREY, "Esse nгo й seu Carro VIP.");
                return 1;
            }
            new keycar;
            if(vehid == PlayerInfo[playerid][pCarKey]) { keycar = PlayerInfo[playerid][pVeiculo]; }
            else if(vehid == PlayerInfo[playerid][pCarKey2]) { keycar = PlayerInfo[playerid][pVeiculo2]; }
            if(IsPlayerConnected(playerid))
            {
                if(CarInfo[keycar][cLock] == 1)
                {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,0);
                }
                format(string, sizeof(string), "~w~Veiculo VIP~n~~g~Aberto");
                PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
                GameTextForPlayer(playerid, string, 10000, 3);
                CarInfo[keycar][cLock] = 0;
                return 1;
                }
                else
                {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,1);
                }
                format(string, sizeof(string), "~w~Veiculo VIP~n~~r~Trancado");
                PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
                GameTextForPlayer(playerid, string, 10000, 3);
                CarInfo[keycar][cLock] = 1;
                return 1;
                }

            }
            return 1;
        }
Reply
#3

Man Esse й um tmp nao um cmd Observe' Ele esta de Acordo com o cmd /veiculo ai entra o tmp q server com continuaзao'
Reply
#4

Quote:
Originally Posted by lucasfontes1999
Посмотреть сообщение
Man Esse й um tmp nao um cmd Observe' Ele esta de Acordo com o cmd /veiculo ai entra o tmp q server com continuaзao'
Kkkkk, nгo vou nem ajudar a cada cinco novos tуpicos trкs sгo seu.
Nгo й atoa que esta pedindo um GM em um tуpico.

Agora uma pergunta: por que vocк nгo cria o seu prуprio GM?
Reply
#5

Quote:
Originally Posted by lucasfontes1999
Посмотреть сообщение
Man Esse й um tmp nao um cmd Observe' Ele esta de Acordo com o cmd /veiculo ai entra o tmp q server com continuaзao'
Aconselho criar os comandos em zcmd, mais rбpido, mais prбtico e mais utilizado.
De 25 linhas em um comando, com zcmd vocк vocк usaria 12 linhas.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)