Jump to content

MytzaMytz

Membru
  • Posts

    80
  • Joined

  • Last visited

Everything posted by MytzaMytz

  1. Esti sigur ca exista o legatura intre /clear si stats?Deoarece nu gasesc nimic.Am gasit doar asta,ceea ce e bine: [pawn] WantedPoints[giveplayerid] = 0; WantedLevel[giveplayerid] = 0; ClearCrime(giveplayerid); GivePlayerCash(playerid, - 5000);[/pawn] Eu zic sa stergi de la /stats wanted,oricum nu prea e important.
  2. Pai,vezi daca ai include-ul "time" (pawno/includes/time.inc) -> Asa trebuie sa fie. Uite un tutorial: http://www.sa-mp.ro/forum/index.php?topic=26923.0
  3. Frumos....te pot ajuta si eu cu cate ceva,de exemplu job mechanic,acel food system,pot face un bar cu /eat.Si cu ce mai pot.
  4. EGMaster....e bun,recomand,am avut un parteneriat cu ei,am scriptat serverul lor de sa:mp al vechi...hostul merge foarte bine,nici-o problema.Poate o fi vorbit cineva cu ei sau o fi spart ID-ul.Hostul e bun.
  5. Debea astpet sv-ul....daca pot sa te ajut cu o mapa ceva PM. ;)
  6. Pai....asa imi facea si mie,eu aveam un mod care avea ceva incorect,deci cateva motive: 1.Un mod incorect. 2.s0beit. 3.PC foare slab. 4.GTA are ceva incorect in el. P.S:Daca iti da o eroare la inceput sa stergi acel fisier la care da eroarea.
  7. Deci,nu mai gasesc junkbuster2.inc,imi poate da cineva acest include va rog,am cautat ceva la el,dar nu am gasit.
  8. Descriere:Este o mapa pentru modul GF/RP,spawn,acolo puteti pune un pickup care va teleporteaza afara din spawn ceva gen /exitspawn /enterspawn. Autor:MytzaMytz TimpDeLucru:30 Min. Locatie:LS,langa Spital. Poze: http://imgur.com/ygvkTLT,E9HtlmA,0UBbDWA,YDMwuys,wCUuQXH 782_.txt
  9. Da e,dar in afara de FS-uri si mape.
  10. Salut,azi o sa va prezint noul meu GM de Stunt,se numete Romania Game Fear (RGF),nu are nici o legatura cu Game Fear,asa m-am gandit eu sa ii pun numele.Admin system-ul este ladmin4v2.Chenarele cu comenzi sunt facute dupa un server vechi de al meu.TD-ul e cam urat...stiu..Si multe altele,sunt de pe un server vechi de al meu. Poze: [img width=500 height=375] [img width=500 height=375] Bugs: Pai am vazut ca unele mapicons sunt pe pamant,adica la case,este mapicon-ul si nu este casa,nu stiu exact casa,dar sper sa rezolvati bugul. Credits: GM=>MytzaMytz Scripts=>LethaL Download: [download]http://www.solidfiles.com/d/c5fa1b7300[/download]
  11. Are maxim 13,ce vrei?
  12. Poate fi de la placa de baza care este mai mica decat cea de video,sau sa pui rezolutia mai mica/mare.
  13. Stiu ca e ciudat,dar trb sa reinstalezi windows,asa m-i sa intamplat si mie,si asa am rezolvat,bafta.
  14. MytzaMytz

    SF Stunt

    Daca e a ta iti dau 8/10 daca nu 0/10.
  15. Schimbi coordonatele,daca chiar vrei sa te ajutam,pune aici liniile cu /take.
  16. Lasa reply daca e bun sau nu: [pawn]if(strcmp(cmd, "/news", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9) { new newcar = GetPlayerVehicleID(playerid); if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot speak, you have been silenced"); return 1; } if(newcar == 582 || newcar == 488 || newcar == 0) { GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /news [newstext]"); return 1; } if(PlayerInfo[playerid][pAdmin] == 0 || PlayerInfo[playerid][pHelper] == 0) { for(new i=0; i<MAX_ENTRY; i++) { if(!Swear[0]) continue; Cenzura(result,Swear); } } if(FindIP(result)) /// Anti-Reclama { SendClientMessage(playerid, COLOR_RED, "You have kicked for Guardian , because you write an IP Adrees."); new advertiser[MAX_PLAYER_NAME]; GetPlayerName(playerid, advertiser, sizeof(advertiser)); format(string, sizeof(string), "ThegBoT: {FFFF00}%s was kicked with reason: Write an IP Adreess (Reclama)",advertiser); SendClientMessageToAll(COLOR_RED,string); KickLog(string); Kick(playerid); return 1; } if(anty(result) && PlayerInfo[playerid][pAdmin] == 0 && PlayerInfo[playerid][pHelper] == 0) { new advertiser[MAX_PLAYER_NAME]; GetPlayerName(playerid, advertiser, sizeof(advertiser)); format(string, sizeof(string), "ThegBot: {FFFF00}%s was kicked with reason: Reclama pe /news",advertiser); SendClientMessageToAll(COLOR_RED,string); Kick(playerid); return 0; } format(string, sizeof(string), "NR %s: %s", sendername, result); OOCNews(COLOR_NEWS,string); PlayerInfo[playerid][pNewsSkill] ++; if(PlayerInfo[playerid][pNewsSkill] == 50) { SendClientMessage(playerid, COLOR_YELLOW, "* Your News Reporter Skill is now Level 2, soon you are able to Fly the News Chopper and talk Live."); } else if(PlayerInfo[playerid][pNewsSkill] == 100) { SendClientMessage(playerid, COLOR_YELLOW, "* Your News Reporter Skill is now Level 3, soon you are able to Fly the News Chopper and talk Live."); } else if(PlayerInfo[playerid][pNewsSkill] == 200) { SendClientMessage(playerid, COLOR_YELLOW, "* Your News Reporter Skill is now Level 4, you can fly the News Chopper now."); } else if(PlayerInfo[playerid][pNewsSkill] == 400) { SendClientMessage(playerid, COLOR_YELLOW, "* Your News Reporter Skill is now Level 5, you can now talk Live with any person you want."); } } else { SendClientMessage(playerid, COLOR_GREY, " You are not in the News Van or Chopper !"); return 1; } } else { SendClientMessage(playerid, COLOR_GREY, " You are not a News Reporter !"); } }//not connected return 1; }[/pawn]
  17. Schmba pluginurile pe care le ai aici,cu cele de linux,da-mi PM daca vrei mai multe detalii.
  18. SBizzInfo[bouse][sbBuyPrice] = ; - Aici schimbi cu ce pret vrei sa arate. ConsumingMoney[playerid] = 1;-Aici pui cati bani consuma playerul,deci aici pui pretul bizzului.
  19. Hostul este Linux nu?Daca tie iti merge perfect pe windows inseamna ca pluginurile sunt pe windows,nu pe linux,cred ca aceasta este cauza.
  20. [glow=red,2,300]Nu e rau,imi place grafica.[/glow]
  21. Creator:MytzaMytz Timp de lucru:25 Min Poze: Intrare Parcare [img width=500 height=375] Download:Prin PM,nu vreau sa o RIPEZE toata lumea.
  22. E buna,chiar daca nu e pe genul ii ofer 9.5/10.
×
×
  • 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.