Jump to content
  • 0

Comanda /fish


gamercs98

Question

Problema intalnita (descriere): Pun deci as dorii sa fac gen comanda fish in asa fel atunci cand scrii /fish sa iti puna o undita in mana si sa iti dea freeze apoi dupa ce ai prins pestele sa iti scoata undinta din mana si nu reusesc nici cum, am un anim de Gangsta.
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu):

CMD:fish(playerid,params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
    if(PlayerInfo[playerid][pJob] != 13) return SCM(playerid,COLOR_WHITE,"{FFB870}You are not a fisherman.");
    if(VaildFishPlace(playerid) && !IsPlayerInAnyVehicle(playerid))
    {
        if(PlayerInfo[playerid][pFishes] > 0) return SCM(playerid,COLOR_WHITE,"Mergi la un magazin 24/7 pentru a vinde pestele prins inainte de a pescui din nou.");
        if(Fishing[playerid] == 1) return SCM(playerid,COLOR_WHITE,"You are already fishing.");
        TogglePlayerControllable(playerid, 0);
        LoopingAnim(playerid,"GANGS","prtial_gngtlkH",4.0,1,0,0,1,1);
        Fishing[playerid] = 1;
        FishTimer[playerid] = 20;
        SendClientMessage(playerid, COLOR_WHITE, "You're now fishing. It will take a few seconds to reel your fish in.");
        FishTimerr[playerid] = SetTimerEx("Fisher", 1000, 1, "i", playerid);
    }
    else return SendClientMessage(playerid, COLOR_WHITE, "You are not in the fishing zone. [/jobs > Fisherman]");
    return 1;
}
Imagini / Video (optional): - 
Ati incercat sa rezolvati singur?: Am incercat si fara rezultat primesc erori.
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
4 hours ago, gamercs98 said:

Nu reusesc, imi poti face tu gen ?

"As dorii sa fac" < Daca vrei , fa-o. Nu reusesti? Lasa-te de scripting. Nu este prea dificil crede-ma.  Paaai , tu ai incalcat aici regulamentul , unde spune clar ca NU SE CER SCRIPTURI. Consulta Wiki , invata putin pawn , si apoi revin-o cu un alt topic. Pana atunci. T/C

j3V8Znq.png

5IGyOAw.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.