Jump to content

seek nephrite

Membru
  • Posts

    51
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • In-game Name
    seek1
  • Level of knowledge
    Mediu

Recent Profile Visitors

468 profile views

seek nephrite's Achievements

Enthusiast

Enthusiast (6/14)

  • Dedicated Rare
  • Reacting Well Rare
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

0

Reputation

  1. Salut, am gasit un gm vechi in pc si observ ca am un include CPloader, nu mai stiu de unde e si cand compilez zice ca nu poate citi "cploader", nu gasesc include ul pe net daca poate sa ma ajute cineva, am incercat sa sterg linia asta cu includeul, iar acum cand compilez sta si nu face nimic, zice "building"... si cam atat, sta pana la infinit, stie cineva?
  2. am compilat si primesc 26 de erori: undefined symbol PlayerName da eroarea la diferite linii unde nu au nicio treaba cu ce am facut eu ultima data
  3. Am facut un VIP 3dtextlabel, adica sa se afiseze un tag "VIP" deasupra capului fiecarui jucator care are VIP. Problema e ca se afiseaza si celor fara VIP si celor cu. VIPLABEL[playerid] = Create3DTextLabel("VIP", COLOR_ULTRARED, 0.0, 0.0, 40.0, 20.0, 0, 1); Onplayerspawn: if(PlayerInfo[playerid][VIP] > 0) Attach3DTextLabelToPlayer(VIPLABEL[playerid], playerid, 0.0, 0.0, 0.32);
  4. trimite string-ul dar nu mereu, nu stiu de ce
  5. Mersi, nu stiu de ce puneam ~ in loc de -
  6. 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);
  7. 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
  8. CMD:stats(playerid, params[]) { new Player; //-------------------------------------------------------------------------- if(sscanf(params, "u", Player)) return SendUsage(playerid, "/stats [Player ID]"); if(!IsPlayerConnected(Player)) return SendError(playerid, "Player not connected!"); if(IsPlayerConnected(Player)) { ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "{FFFFFF}Account Informations", ShowStats(Player), "Close", ""); } return 1; } cand dau /stats [id] isi ia freeze server-ul "ShowStats(Player)" e o functie care arata statisticile jucatorului respectiv
  9. salut, am facut un fs de timp si date, pe localhost mergea perfect, cand l-am pus pe host da ora gresita, la fel si time, gen da 5/08/2021 si ora 21.
×
×
  • 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.