Jump to content

Exaton

Membru
  • Posts

    287
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Exaton

  1. am gasit da doar asta <div class="page-content"><div class="row-fluid"><div class="span12"> <div class="span8"> <title><?php echo Config::$_SITE_NAME; ?> - User Panel</title> cu User Panel
  2. Salut am o problema la un panel nu gasesc de unde sa schimb UltraWhite RPG - User Panel ca la Confing.calss.php nu e si nu gasesec de unde si la Factions este langa 14 dar eu vreau sa pun 15 de unde pot sa schimb poze:
  3. CMD:makeadmin(playerid, params[]){ if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 6 || EstiFondator(playerid)) { new id,adminlevel,sendername[30],giveplayer[30],string[200],escape[200]; if(sscanf(params, "ui",id,adminlevel)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF9900}Scrie: {33CCFF}/makeadmin` <Name/Playerid> <Admin Level>"); if(PlayerInfo[id][pAdmin] >= 6 && !EstiFondator(playerid)) return SendClientMessage(playerid, COLOR_WHITE, "Nu poti modifica admin level-ul unui admin 6+!."); if(IsPlayerConnected(id)) { if(id != INVALID_PLAYER_ID) { GetPlayerName(id, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); printf("AdmCmd: %s has promoted %s to a level %d admin.", sendername, giveplayer, adminlevel); format(string, sizeof(string), "You've been promoted to level %d admin, by %s.", adminlevel, sendername); SendClientMessage(id, COLOR_YELLOW, string); format(string, sizeof(string), "You have promoted %s to a level %d admin.", giveplayer,adminlevel); SendClientMessage(playerid, COLOR_YELLOW, string); format(string, sizeof(string), "* Admin %s set %s's admin level to %d.", sendername,giveplayer,adminlevel); ABroadCast(COLOR_ADMIN,string,1); HLChat(COLOR_ADMCHAT,string); mysql_real_escape_string(string, escape); PlayerInfo[id][pAdmin] = adminlevel; if(adminlevel == 0) { AdminDuty[id] = 0; } new str[256]; mysql_format(SQL,str,sizeof(str),"UPDATE users SET `Admin`='%d' WHERE `name`='%s'",PlayerInfo[id][pAdmin],PlayerInfo[id][pNormalName]); mysql_tquery(SQL,str,"",""); mysql_format(SQL,str, sizeof(str), "INSERT INTO staff_logs (`text`) VALUES ('%s')", escape); mysql_tquery(SQL,str,"",""); } } else { SendClientMessage(playerid, COLOR_WHITE, "{FFFFCC}Error: Player not connected."); } } else { SendClientMessage(playerid, COLOR_ERROR, AdminOnly); } } return 1;} tine comanda buna succes cu sv
  4. care copil joaca samp de la 5-7 ani nici sa scrie nu pot dar tu deja joaca samp Recomand StR_Marian
  5. am incercat dar imi date eroare si era la fel
  6. tot tot asa sau poate nu are insul legatura cu asta dar cam putin cred
  7. ar mai fi una dar nu e legata de un panel
  8. cum ai facut ca sa functioneze acolo ca sa stiu si eu
  9. am incercat acesta de test
  10. dar nu imi apare video care la-m pus dc?
  11. gata am pus era 127.0.0.1 si am inlocuit localhost si mrg dar de unde schimb la "Ultimul Videoclip" si "Facebook"?
  12. am facut asa DB::$db['mysql'] = [ 'host' => '127.00.1', 'username' => 'root', 'password' => '', 'dbname' => 'burned' ]; Config::$data = (object) [ 'site_name' => 'Burned Panel', 'url' => 'http://localhost/panel/', 'url_forum' => '#', ]; am intrat pe localhost/panel/ si imi da o pagina alba fara nimic dc?
  13. Salutare tuturor cum pot porni panelul burned pe localhost ca nu gasesc in "Config.class.php" de unde il pot porni imi puteti spune mersi mult succes
  14. am incercat dar nu mrg e gm galaxy-arena
  15. frt intru pe server dar nu pot folosi nici o comanda dc? dau /report nu imi da dialog si nici celelate nu mrg dc?
×
×
  • 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.