[Pedido] Arrumar meu cmd
#1

Toda vez que mexo nгo funciona do jeito que eu quero

Eu queria q qnd vc planta-se a maconha, dps vc sу pude-se colher se tive-se na area onde plantou, mas nunca consigo fazer isso, toda vez q planta, dps n da pra colher dai some o objeto, alguem me ajuda a colocar certo, o jeito que eu to passando ta tudo funfando, mas qnd vc planta dps se pode colher em qlqr lugar tipo

pawn Код:
if(strcmp(cmd, "/plantarmaconha", true) == 0)
{
    if (Seeds[playerid] == 1) {
    SendClientMessage(playerid, COLOR_GREEN, "Vocк jб plantou uma semente!");
    SetTimerEx("Growingtime", 300000, 0, "i", playerid);
    Seeds[playerid] = 0;
    new Float:x, Float:y, Float:z, Float:a;
    GetPlayerFacingAngle(playerid, a);
    GetPlayerPos(playerid, x, y, z);
    Seeds[playerid] = CreateObject(3409, x, y, z - 1.3, 0.0, 0.0, a + 90);
    WantedPoints[playerid]-=1;
    SetPlayerCriminal(playerid,255, "Plantaзгo de Maconha");
    } else {
    SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo tem sementes!");
    }
    return 1;
}

if(strcmp(cmd, "/pegarmaconha", true) == 0)
{
    new Float:x, Float:y, Float:z, Float:a;
    if (FakeWeed[playerid] == 1) {
    SendClientMessage(playerid, COLOR_GREEN, "Vocк pegou uma erva!");
    FakeWeed[playerid] = 0;
    PlayerInfo[playerid][pDrogas] += 1;
    GetPlayerFacingAngle(playerid, a);
    GetPlayerPos(playerid, x, y, z);
    } else {
    SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo tem alguma erva para pegar!");
    }
    return 1;
}
Reply
#2

Pegue a posiзгo no local onde vocк quer que aconteзa a aзгo e utilize esta funзгo: IsPlayerInRangeOfPoint
Reply
#3

Eu tentei pegar numa variavel e usar o if(!IsPlayerInRangeOfPoint, mas n ta funcionando, nunca da pra pegar a droga, ajuda ai namoral alguem!
Reply
#4

Sу pra lembrar, se eu usar o sнmbolo not "!", ele diz que NГO.

Ex:

pawn Код:
if(!IsPlayerInRangeOfPoint // Se ele Nгo ...
Agora se estiver assim:

pawn Код:
if(IsPlayerInRangeOfPoint // Se ele "Sim" ...
Reply
#5

Eu sei o ! й no /pegarmaconha, tipo se nгo tiver na posiзгoi...
Reply
#6

Alguem me ajuda namoral, sу n to conseguindo arrumar esse cmd, eu tentei
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)