Jump to content

BetoAndrey

Membru
  • Posts

    23
  • Joined

  • Last visited

Everything posted by BetoAndrey

  1. Poze? Din ce GM este inceput?
  2. Din cauza conexiunii de net, am patit si eu.
  3. Ma doar fix in p**a de Awake, am GM-ul dar nu mai am baza de date....
  4. Salut, are cineva baza de date de la gm-ul VirtualGame RPG a lui FuNNkY?
  5. Imi merge comanda [/buyhouse] imi apare si in baza de date ca detin casa dar cand tastez una din comenzile astea [/setrent, /setrentable, /open, etc], imi zice ca nu detin o casa. Folosesc gm-ul lui Edison. [Cel cu 200 RON]
  6. Ma poate ajuta si pe mine cu conectarea bazei de date la un panel pe localhost ?
  7. Descriere produs:Cumpar GameMode Rulled ( Stiu ca este pe internet dar eu nu il gasesc) (Cel cu sistemul de OX)Cat sunt dispus să plătesc: 8 EuroAlte detalii: Sunt dispus sa dau si contul meu de steam cu ETS2, Cs1.6, si inca 3 jocuri + 0,98 Euro pe cont.
  8. Descriere tutorial: Salut vreau sa creez si eu acest tutorial de reports si cheaters - https://www.youtube.com/watch?v=w3xgbChv_Cg - sa fac sa apara ca la ei acolo in dreapta REPORTS:0 / CHEATERS:0 Multumesc frumos de ajutor. P.S: Am gm-ul RulePlay.
  9. @Uzzi25 Mie nu imi arata skin-ul ... Din ce cauza ?
  10. Tot la fel imi arata ...
  11. Problema intalnita (descriere):Cand pornesc gm-ul WeGGix imi aceasta eroare:Ero(area / rile) / warning-(ul / urile):Liniile de cod / sursa / script-ul(obligatoriu):Imagini / Video (optional):Ati incercat sa rezolvati singur?: Da
  12. Descriere produs:Cumpar GameMode Rulled ( Stiu ca este pe internet dar eu nu il gasesc)Cat sunt dispus să plătesc: 5-7 EuroAlte detalii: Sunt dispus sa dau si contul meu de steam cu ETS2, Cs1.6, si inca 3 jocuri + 0,98 Euro pe cont.
  13. As dori si eu gm-ul Rulled RPG. Multumesc!
  14. new BonusActiv = 0; Comanda activatebonus: CMD:activatebonus(playerid, params[]) //-> Cu aceasta comanda activezi bonus-ul [/bonus] { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first. ."); if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 4) { if(BonusActiv == 0) { BonusActiv = 1; SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai activat comanda /bonus!"); } else { BonusActiv = 0; SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai dezactivat comanda /bonus!"); } } else { SendClientMessage(playerid, COLOR_ERROR, AdminOnly); } } return 1; } Comanda bonus: CMD:bonus(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first. ."); if(IsPlayerConnected(playerid)) { if(BonusActiv > 0) { if(PlayerInfo[playerid][pLevel] <= 2) { GivePlayerCash(playerid, 69000000); // -> Cash $ PlayerInfo[playerid][pLevel] = 69; // -> Level-ul PlayerInfo[playerid][pExp] += 69; // -> RespectPoints Update(playerid, pLevelx); Update(playerid, pCashx); Update(playerid, pExp); SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit $69.000.000, 69 rp-uri si level 69 de bun venit!"); } else return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda daca ai level 3+ !"); } } return 1; }new BonusActiv = 0; Comanda activatebonus: CMD:activatebonus(playerid, params[]) //-> Cu aceasta comanda activezi bonus-ul [/bonus] { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first. ."); if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 4) { if(BonusActiv == 0) { BonusActiv = 1; SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai activat comanda /bonus!"); } else { BonusActiv = 0; SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai dezactivat comanda /bonus!"); } } else { SendClientMessage(playerid, COLOR_ERROR, AdminOnly); } } return 1; }
×
×
  • 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.