Jump to content

Keny

Membru
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • In-game Name
    Marian35 / Keny
  • Level of knowledge
    Începător

Recent Profile Visitors

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

Keny's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : warning 215: expression has no effect C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : error 001: expected token: ";", but found "[" C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : warning 217: loose indentation C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : error 029: invalid expression, assumed zero C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : warning 215: expression has no effect C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : error 001: expected token: ";", but found "]" C:\Users\ABC\OneDrive\Desktop\burned.ro\gamemodes\wa-rpg.pwn(24765) : fatal error 107: too many error messages on one line LINIA 24765 : PlayerInfo[i][pCrates][type-1] += crate; } CMD:givecrateall(playerid, params[]) { new type, crate, szMessage[180]; if(PlayerInfo[playerid][pAdmin] < 7) return SCM(playerid, COLOR_GREY, "Nu esti autorizat sa folosesti aceasta comanda!"); if(sscanf(params, "ii", type, crate)) { SCM(playerid, COLOR_GREY, "Syntax: {FFFFFF}/givecrateall <type> <amount>"); SCM(playerid, COLOR_GREY, "Common Crate(1) | Rare Crate (2) | Mystic Crate (3) | Trans Crate (4)"); return true; } if(type < 1 && type > 4) return SCM(playerid, COLOR_GREY, "Invalid."); foreach(Player, i) { if(IsPlayerConnected(i) && IsPlayerLogged[i] == 1) PlayerInfo[i][pCrates][type-1] += crate; if(type == 1) format(szMessage, sizeof(szMessage), "* Administratorul {F03636}%s{FFFFFF} ti-a dat %d Common Crate ca bonus!", GetName(playerid), crate); if(type == 2) format(szMessage, sizeof(szMessage), "* Administratorul {F03636}%s{FFFFFF} ti-a dat %d Rare Crate ca bonus!", GetName(playerid), crate); if(type == 3) format(szMessage, sizeof(szMessage), "* Administratorul {F03636}%s{FFFFFF} ti-a dat %d Mystic Crate ca bonus!", GetName(playerid), crate); if(type == 4) format(szMessage, sizeof(szMessage), "* Administratorul {F03636}%s{FFFFFF} ti-a dat %d Transcendent Crate ca bonus!", GetName(playerid), crate); SCM(i,COLOR_WHITE,szMessage); save_vouchers(i); } } return 1; }
  2. Am reusit pana la urma, am adaugat 10 seturi de coordonate si mi-a dat decat un warning pe care o sa-l rezolv maine, mersi de raspuns oricum
  3. Prima data am incercat cu doi de 2 si la fel mi-a dat
  4. 842 new Float: DealerCarPos1[59][4] = { 843 {869.7322, -1658.1071, 13.5469, 91.2600}, {874.5356, -1658.3322, 13.5469, 91.2600} 848 }; 850 new Float: DealerCarPos[59][4] = { 851 {879.2720,-1658.5552, 13.5469, 91.2600}, {883.7690,-1658.7435, 13.5469, 91.2600} 852 }; ERORILE SUNT LA 848 SI 852
  5. Keny

    Help PLS

    T/C am rezolvat ms @AlexxAdv
  6. Cum pot pune reason la comanda /setadmin ? Am incercat si am 3 probleme, le puteti vedea in poza de mai jos, cand dau setadmin 0 7 test nu apare nimic dupa reason : ce pot face? Sursa } YCMD:setadmin(playerid, params[], help) { new id, adminlevel, gString[120]; if(PlayerInfo[playerid][pAdmin] < 6) return SCM(playerid, COLOR_WHITE, AdminOnly); if(sscanf(params, "ui", id, adminlevel)) return SCM(playerid, COLOR_GREY, "USAGE: {FFFFFF}/setadmin [playerid] [adminlevel] [reason]"); if(!IsPlayerConnected(id) || id == INVALID_PLAYER_ID) return SCM(playerid, COLOR_GREY, "Acel player nu este conectat."); if(adminlevel < 0 || adminlevel > 7) return SCM(playerid, COLOR_GREY, "Invalid admin level. 0-7"); if(PlayerInfo[id][pAdmin] > PlayerInfo[playerid][pAdmin]) return SCM(playerid, COLOR_GREY, "Nu poti folosi aceasta comanda pe acel player. Are admin level mai mare."); new reason[180]; format(gString, 80, "Ai fost promovat la admin level %d de catre %s, motiv: %s.", adminlevel, GetName(playerid), reason); SCM(id, COLOR_LIGHTBLUE, gString); format(gString, 100, "AdmCMD: %s a fost promovat de catre %s la admin level %d, motiv: %s.", 1, GetName(id), GetName(playerid), adminlevel, reason); SendAdminHelperMessage(COLOR_LOGS, gString); if(adminlevel == 0) { PlayerInfo[id][pAW] = 0; UpdateVar(id, "AW", 0); SpecFaction[id] = 0; StopFly(playerid); UsedFly[playerid] = 0; SetPlayerHealthEx(playerid, 100); Iter_Remove(PlayerAdmins, id); } Iter_Add(PlayerAdmins, id); finishAchievement(id, 27); PlayerInfo[id][pAdmin] = adminlevel; new gQuery[180]; if(adminlevel >= 1) format(gQuery, sizeof(gQuery), "UPDATE users SET `Admin`='%d', `Security`='%s', `HelpedPlayers`='0' WHERE `ID`='%d'", PlayerInfo[id][pAdmin]/*, MD5_Hash(DEFAULT_PASSWORD)*/, PlayerInfo[id][pSQLID]); else UpdateVar(id, "Admin", PlayerInfo[id][pAdmin]); mysql_tquery(SQL, gQuery, "", ""); SetPVarInt(id, "SecurityPlayer", 0); return true; }
  7. stiu ca e vechi post-ul dar poti da tot panelul ?
  8. Da frate e totu cum era in gamemode si in panel nu am modificat decat estifondator si atat,
  9. Nu am modificat nimic l am reinstalat cum l ai pus tu da download si tot asa arata
  10. Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY' in C:\xampp\htdocs\panel\inc\pages\complaint.p.php:27 Stack trace: #0 C:\xampp\htdocs\panel\inc\pages\complaint.p.php(27): PDOStatement->execute(Array) #1 C:\xampp\htdocs\panel\inc\Config.class.php(171): include('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\panel\index.php(9): Config::getContent() #3 {main} thrown in C:\xampp\htdocs\panel\inc\pages\complaint.p.php on line 27 Cum rezolv asta ?
  11. Cum pot sa scot panelul din mentenanta ?
  12. Cum pot sa fac mai multe ?
×
×
  • 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.