Jump to content

Recommended Posts

Posted

am facut un sistem de air drop, totul e ok pana se trimite string-ul ca jucatorul x a gasit air drop-ul, gen nu se trimite atat, dar ii da banii, distruge obj si ce am mai pus eu acolo

Posted

Imi pare rau dar nu cred ca cineva de aici lucreaza cu magie sa stie ce ai facut si ce este gresit in codul tau.

Daca ne oferi codul respectiv sau partea respectiva din cod care cosnideri ca nu functioneaza e posibil sa iti oferim o solutie.

Posted

format(string, sizeof(string), "{FF9900}DROP: {ff0000}%s {0FA0DB}a gasit Gift Drop-ul cazut la {CCFF00}Piramida LV {0FA0DB}si a castigat {CCFF00}%d coins & %d$.", PlayerName(playerid), vcoins, vMoney);
        SendClientMessageToAll(~1, string);
        PlayerInfo[playerid][Coins] += vcoins;
        GivePlayerMoney(playerid, vMoney);
        GameTextForPlayer(playerid, "~r~gift drop gasit ~y~felicitari", 1500, 4);
        DestroyDynamicPickup(DroppedGift);

Posted

Sunt prea multe caractere in string, depinde si de ce nume are jucatorul si cat castiga, uneori trece de limita de 144 de caractere si de aceea uneori nu se vede.
Mai scoate din culori.

Discord:
! Akan !#6675

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.