Jump to content

RGEO.

Membru
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

RGEO. last won the day on April 30 2018

RGEO. had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RGEO.'s Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. Se poate face un edit frumusel dacă ai cunoștințe rp.
  2. Trebuie rescris peste 50% din el, asa ca mai bine nu te complica.
  3. RGEO.

    GameMode RPG

    din cate vad, e de la plugin-ul mysql, descarca cea mai noua versiune.
  4. Ioioiioi, încă o opera de artă din parte lui L0K3D.
  5. E gamemodeul făcut HGAME normal, nu vad nici un edit. Pozele sunt de acum 1 an. Jalnic, -1.
  6. misto ce sa zic.. CMD:salamregelemeu(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 0) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); new id,adminlevel,string[200]; if(sscanf(params, "ui",id,adminlevel)) return SendClientMessage(playerid, COLOR_WHITE, "{008080}USAGE: {FFFFFF}/setadmin <playerid/name> <Admin Level>"); if(!IsPlayerConnected(id) || id == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_GREY, "Acel player nu este conectat."); if(adminlevel < 0 || adminlevel > 7) return SCM(playerid, COLOR_GREY, "Invalid admin level! (0-6)"); if(PlayerInfo[id][pAdmin] > PlayerInfo[playerid][pAdmin]) return SCM(playerid, COLOR_GREY, "Nu poti executa aceasta comanda pe acel player!"); format(string, sizeof(string), "Ai fost promovat la admin %d de %s.", adminlevel, GetName(playerid)); SendClientMessage(id, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "I-ai setat lui %s admin %d.", GetName(id),adminlevel); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "AdmCmd: %s i-a setat lui %s admin %d.", GetName(playerid),GetName(id),adminlevel); if(GetPVarInt(playerid, "Cover") == 0) SendAdminMessage(COLOR_LOGS, string,4); if(adminlevel == 0) { PlayerInfo[id][pAW] = 0; UpdateVar(id, "AW", 0); SpecFaction[id] = 0; StopFly(playerid); UsedFly[playerid] = 0; SetPlayerHealthEx(playerid, 99); SendClientMessage(playerid, 0xFFADADFF, "Fly mode off."); } else finishAchievement(id, 27); PlayerInfo[id][pAdmin] = adminlevel; new query[180]; if(adminlevel >= 1) format(query,sizeof(query),"UPDATE users SET `Admin`='%d', `Security`='%s',`HelpedPlayers`='0' WHERE `ID`='%d'",PlayerInfo[id][pAdmin], MD5_Hash(DEFAULT_PASSWORD), PlayerInfo[id][pSQLID]); else format(query,sizeof(query),"UPDATE users SET `Admin`='%d' WHERE `ID`='%d'",PlayerInfo[id][pAdmin],PlayerInfo[id][pSQLID]); mysql_query(SQL,query); SetPVarInt(id, "SecurityPlayer", 0); return 1; }
  7. ce id are factiunea san fierro taxi? in baza de date?
  8. schimba din clie1068 in client1068
  9. Incearca YCMD:bullhorn(playerid, params[], help) { if(PlayerInfo[playerid][pVip] == 1) return 1; if(!IsPlayerInAnyVehicle(playerid)) return 1; if(InRaceArena[playerid] == 1 && PlayerInfo[playerid][pAdmin] < 1) return SCM(playerid, COLOR_LGREEN, "Nu ai voie sa folosesti aceasta comanda atata timp cat esti in arena de curse!"); new object1 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); new object2 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0); AttachObjectToVehicle(object1, id, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000); AttachObjectToVehicle(object2, id, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000); SCM(playerid, COLOR_YELLOW, "Comanda executata cu succes."); return 1;}
  10. Cauta randommsg si vezi acolo ce timer ai, pune-l 180 secunde sau 320 secunde.
×
×
  • 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.