Jump to content

Hardwell

Membru
  • Posts

    64
  • Joined

  • Last visited

    Never

About Hardwell

  • Birthday 11/15/1996

Recent Profile Visitors

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

Hardwell's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. Nu-ti dau mura-n gura. Iti dau doar un indiciu: Ai deschis o acolada si n-ai inchis-o.(multiple) Chiar nu ti-a venit asta in cap?
  2. 1.Trebuia sa postezi la "Discutii Scripting". 2.Ca sa te pot ajuta, trebuie sa postezi liniile si erorile.
  3. Nu are nici o eroare.Are doar o avertizare pentru ca nu a pus return 1; la sfarsitul lui OnPlayerDisconnect. Avertizarea asta vine doar daca folosesti streamer.Incearca sa nu pui return la OnPlayerDisconnect in timp ce folosesti streamer si vei avea avertizarea asta.
  4. In postul meu de mai sus,ce am pus? Nu tot asta? Ia-ti ochelari daca nu vezi bine.
  5. Pune return 1; dupa ttroute[playerid] = 0; Trebuie sa arate asa: ttroute[playerid] = 0; return 1; }
  6. Stai linistit,nu am nevoie de sistemul lui.Daca imi trebuie gasesc unul,nu-i problema.
  7. SQLite nu este asa de diferit de MySQL. Intr-adevar,e greu sa faci un sistem de ban pe timp. Pe internet sunt niste sisteme de ban pe timp(MySQL). Click
  8. Eu am facut un sistem de ban simplu,pentru ca nu am vazut pe SQLite asa ceva.Daca vrei un sistem de ban pe timp cauta pe internet,sunt destule. Sincer,faza cu gpci nici eu nu stiam de ea.Daca stiam,o foloseam in acest script.
  9. Salut,astazi nu prea aveam ce face si pentru ca cel putin eu nu am vazut pe internet un sistem de ban pe SQLite,m-am gandit sa fac eu unul. Descriere: Scriptul are 160 linii. Comenzile sunt facute cu ZCMD in combinatie cu sscanf2. Am lucrat la el in jur de 1 ora(cu cateva pauze). Imagini: [img width=500 height=38] VirusTotal Download: [download]http://www.solidfiles.com/d/5fde576d4b[/download] [download]http://www.2shared.com/file/62rxh6dH/BanSystem.html[/download] [download]http://pastebin.com/VQxZ2kj6[/download] Parola: sqlban P.S. Daca intampinati vre-un bug,raportati-l aici si il voi rezolva.
  10. if(strcmp(cmd, "/getallhere", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 5) { GetPlayerName(playerid, sendername, sizeof(sendername)); for(new i = 0; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i)) { new Float:ix, Float:iy, Float:iz; GetPlayerPos(playerid, ix, iy, iz); SetPlayerInterior(i, GetPlayerInterior(playerid)); SetPlayerPos(i, ix, iy, iz+1); GetPlayerName(playerid, sendername, sizeof(sendername)); } } } else { SendClientMessage(playerid, COLOR_RED, "Nu ai acces la aceasta comanda!"); } format(string, 256, "Administrator %s has teleported everyone to himself.", sendername); BroadCast(COLOR_LIGHTRED,string); printf("[Warning] %s has teleported all players to him", sendername); ABroadCast(COLOR_LIGHTRED,string,1); } else { SendClientMessage(playerid, COLOR_RED, "You Must be logged in to use this command!"); } return 1; }
  11. Se pare ca xStormiest nu stie ce inseamna Multi. Inseamna multiplu! cand folosesti BUD::MultiSet codul trebuie sa arate asa: BUD::MultiSet(iUID,"ddd","Level",P_DATA[playerid][Level],P_DATA[playerid][Kills],P_DATA[playerid][Deaths]); Daca vrei sa salvezi doar admin level-ul(exemplu) poti folosi doar BUD::SetIntEntry(iUID,"d",P_DATA[playerid][Level]); Dar nu BUD::MultiSet doar pentru un singur lucru.
  12. OnPlayerGiveDamage OnPlayerTakeDamage
  13. http://forum.sa-mp.com/showthread.php?t=274064
  14. Nu. Chiar si pe setari minime ar merge sacadat.
×
×
  • 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.