Jump to content

Tw1stCosmiin12

Membru
  • Posts

    25
  • Joined

  • Last visited

Tw1stCosmiin12's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

1

Community Answers

  1. Am rezolvat trebuia sa scot un filterscript!
  2. CMD:togapps(playerid, params[]) { if(playerVariables[playerid][pGroupRank] == 7 && playerVariables[playerid][pGroup] != 0) { new stringy2[256], app; mysql_format(handle, stringy2, 256, "SELECT * FROM `groups` WHERE `groupID` = '%d'", playerVariables[playerid][pGroup]); new Cache: resultd = mysql_query(handle, stringy2); if(cache_get_row_count() != 0) { cache_get_field_content(0, "groupApplication", result); app = strval(result); } cache_delete(resultd); if(app == 1) { SCM(playerid, -1, "The applications are now offline."); mysql_format(handle, stringy2, 256, "UPDATE `groups` SET `groupApplication` = '0' WHERE `groupID` = '%d'", playerVariables[playerid][pGroup]); mysql_tquery(handle, stringy2); } else if(app == 0) { SCM(playerid, -1, "The applications are now online."); mysql_format(handle, stringy2, 256, "UPDATE `groups` SET `groupApplication` = '1' WHERE `groupID` = '%d'", playerVariables[playerid][pGroup]); mysql_tquery(handle, stringy2); } } else { SCM(playerid, -1, "You are not a faction leader!"); } return 1; } Asta-i ultima!
  3. Il tin in PC dar nu mai mi-a facut asa!
  4. CMD:afklist(playerid) { new name[32], string[100]; SendClientMessage(playerid,COLOR_LIGHT,"________ AFK Players ________"); foreach(Player, i) { if(IsPlayerPaused(i)) { GetPlayerName(i,name,sizeof(name)); format(string,sizeof(string),"%s [%d]",name,i); SendClientMessage(playerid,-1,string); } } return 1; }
  5. Problema intalnita (descriere): Am intrat pe serverul meu cu un baiat si ma vede afk desi nu sunt si eu la fel pe el! am scris afklist si ne arata pe amandoi afk! CE sa fac ? Ero(area / rile) / warning-(ul / urile): nu sunt Liniile de cod / sursa / script-ul(obligatoriu): AFK Imagini / Video (optional): Ati incercat sa rezolvati singur?: Da
  6. Ma vede playeru acela afk si eu pe el!
  7. Buna ziua! Am deschis un server si am intrat eu si cu inca un baiat! El ma vede pe mine afk desi nu sunt si eu il vad pe el afk si nu este! Ce sa fac ?
  8. Ce sa fac la eroarea aceasta ? Va rog ajutati-ma!
  9. Daca e la si datele ftp sa ma ajutati!
  10. http://panelscared.uphero.com/imi da acesta eroare! Am urcat fisierele de la panel pe datele ftp adica pe web host , in connection am facut configurarile! Baza de date de la sv este pe web cpanel. Ma puteti ajuta va las aici connection: Connection 1: <?php panelscared.uphero.com = mysql_connect('panelscared.uphero.com', 'root') or die("Nu se poate efectua conexiunea MYSQL."); mysql_select_db('zp_hid5962, panelscared.uphero.com); $dbh = new PDO('mysql:host=panelscared.uphero.com;dbname=zp_hid5962;charset=utf8'); ?> Connection 2 <?php panelscared.uphero.com = mysql_connect('panelscared.uphero.com', 'root', '') or die("Nu se poate efectua conexiunea MYSQL"); mysql_select_db('vortex', panelscared.uphero.com); $dbh = new PDO('mysql:host=panelscared.uphero.com;dbname=vortex;charset=utf8', 'root', ''); /*$link = mysql_connect('panelscared.uphero.com', 'root', '') or die("wrong user pass mysql"); mysql_select_db('zp_hid5962', panelscared.uphero.com);*/ ?>
  11. Da, dar daca bag si native checker da la fel!
  12. Daca dau ip-ul la alti nu merge ! Si am facut alea pe 192.168.1.1! Iti dau team viewer ceva ?
  13. la fel si am sscanf.so! Ce sa fac? Daca e de dowload lasa-mi link plz!
  14. Si fara FS-uri da erori Uite log-ul si daca e ceva de dowloadat sa imi lasi link si ce fac plz ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z, ©2005-2014 SA-MP Team [15:08:44] filterscripts = "" (string) [15:08:44] [15:08:44] Server Plugins [15:08:44] -------------- [15:08:44] Loading plugin: nativechecker [15:08:44] Loaded. [15:08:44] Loading plugin: sscanf [15:08:44] [15:08:44] =============================== [15:08:44] sscanf plugin loaded. [15:08:44] © 2009 Alex "Y_Less" Cole [15:08:44] 0.3d-R2 500 Players "dnee" [15:08:44] =============================== [15:08:44] Loaded. [15:08:44] Loading plugin: GeoIP_Plugin [15:08:44] GeoIP_Plugin got loaded. [15:08:44] Loaded. [15:08:44] Loading plugin: mysql [15:08:44] >> plugin.mysql: R34 successfully loaded. [15:08:44] Loaded. [15:08:44] Loading plugin: streamer [15:08:44] *** Streamer Plugin v2.7.5.2 by Incognito loaded *** [15:08:44] Loaded. [15:08:44] Loaded 5 plugins. [15:08:44] [15:08:44] Filterscripts [15:08:44] --------------- [15:08:44] Loaded 0 filterscripts. [15:08:44] Error: Function not registered: 'SSCANF_Init' [15:08:44] Error: Function not registered: 'SSCANF_Join' [15:08:44] Error: Function not registered: 'SSCANF_Leave' [15:08:44] Error: Function not registered: 'CreateDynamicRectangle' [15:08:44] Error: Function not registered: 'CreateDynamicSphere' [15:08:44] Error: Function not registered: 'CreateDynamicPickup' [15:08:44] Error: Function not registered: 'CreateDynamic3DTextLabel' [15:08:44] Error: Function not registered: 'mysql_tquery' [15:08:44] Error: Function not registered: 'CreateDynamicObject' [15:08:44] Error: Function not registered: 'sscanf' [15:08:44] Error: Function not registered: 'mysql_format' [15:08:44] Error: Function not registered: 'mysql_query' [15:08:44] Error: Function not registered: 'cache_get_row_count' [15:08:44] Error: Function not registered: 'cache_get_field_content' [15:08:44] Error: Function not registered: 'cache_delete' [15:08:44] Error: Function not registered: 'mysql_connect' [15:08:44] Error: Function not registered: 'mysql_close' [15:08:44] Error: Function not registered: 'MoveDynamicObject' [15:08:44] Error: Function not registered: 'mysql_escape_string' [15:08:44] Error: Function not registered: 'cache_get_data' [15:08:44] Error: Function not registered: 'GetCountryName' [15:08:44] Error: Function not registered: 'UpdateDynamic3DTextLabelText' [15:08:44] Error: Function not registered: 'SetDynamicObjectRot' [15:08:44] Error: Function not registered: 'DestroyDynamicPickup' [15:08:44] Error: Function not registered: 'DestroyDynamic3DTextLabel' [15:08:44] Error: Function not registered: 'cache_insert_id' [15:08:44] Error: Function not registered: 'CountDynamicObjects' [15:08:44] Error: Function not registered: 'CountDynamicPickups' [15:08:44] Error: Function not registered: 'CountDynamic3DTextLabels' [15:08:44] Error: Function not registered: 'mysql_reconnect' [15:08:44] Candidatul 1 a fost incarcat! (Nume: | Voturi: 0) [15:08:44] Candidatul 2 a fost incarcat! (Nume: | Voturi: 0) [15:08:44] Candidatul 3 a fost incarcat! (Nume: | Voturi: 0) [15:08:44] Candidatul 4 a fost incarcat! (Nume: | Voturi: 0) [15:08:49] SUCCES: Conexiunea la baza de date`scaredga_samp` a fost stabilita!
×
×
  • 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.