Jump to content

jamal

Membru
  • Posts

    54
  • Joined

  • Last visited

    Never

Everything posted by jamal

  1. Am luat un fs pt radio : http://forum.sa-mp.com/showthread.php?t=279953 am facut to ce trebuie (pluginuri, client pluginuri, etc), pe windows merge perfect (testat poate sa il asculte oricine), dar pe linux nu vrea defel. Sa va arat ce imi arata in console : Linux : [17:11:40] Loading filter script 'radio.amx'... [17:11:40] *** Audio Plugin: Error binding endpoint for acceptor: Address already in use [17:11:40] ---------------------------------- [17:11:40] FS Online Radio In Vehicles Loaded [17:11:40] Author: SDraw [17:11:40] ---------------------------------- [17:11:40] Loaded 2 filter scripts. [17:11:40] *** Audio Plugin: Error binding endpoint for acceptor: Address already in use Windows : [18:43:19] Loading filter script 'radio.amx'... [18:43:19] ---------------------------------- [18:43:19] FS Online Radio In Vehicles Loaded [18:43:19] Author: SDraw [18:43:19] ---------------------------------- [18:43:19] Loaded 2 filter scripts. [18:43:19] *** Audio Plugin: Started TCP server on port 7777 Daca stie vreunu de unde ar putea proveni problema il rog sa ma ajute !
  2. Imi da eroarea asta pe pe hots : Script[gamemodes/detroit.amx]: Run time error 19: "File or function is not found" [02:40:45] Number of vehicle models: 0 Banuiesc k ar putea fi de la host (sa fie problema la ftp), dar nu sunt sigur .... Mentionez nu este nimik altceva pus sa mai incarce, decat gamemodu !!!
  3. VA rog imi ziceti si mie cum rezolv bugul de la /v park ? nu reusesc sa imi dau seama ce ar putea fi
  4. Trb SA fii logat in rcon (( /rcon login si parola ta de logare acceea din server.cfg ))
  5. Am aceeasi problema care au avuto majoritatea dupa aici !!!! imi seteaza masinile de la id (( mentionez, am pus alea in gm meu ))
  6. jamal

    Linux server

    au mama ......ce nu intelegi frate k pe windows mie nu-mi trb nici un plugin de unde vrei sa le iau .... sau sa stiu care imi trb ....daia am apelat aici pt k nu ma pricep ...
  7. jamal

    Linux server

    Hai vere nu ma ajuta niciunu cu problema mea ?
  8. e de la host, trebuie sa seteze ei ora din pc, scriptu este setat dupa ora din pc
  9. te pot ajuta cu astea : public SetPlayerCriminal(playerid,declare,reason[]) {//example: SetPlayerCriminal(playerid,255, "Stealing A Police Vehicle"); if(IsPlayerConnected(playerid)) { PlayerInfo[playerid][pCrimes] += 1; new points = WantedPoints[playerid]; new turned[MAX_PLAYER_NAME]; new turner[MAX_PLAYER_NAME]; new turnmes[128]; new wantedmes[128]; new wlevel; strmid(PlayerCrime[playerid][pAccusedof], reason, 0, strlen(reason), 255); GetPlayerName(playerid, turned, sizeof(turned)); if (declare == 255) { format(turner, sizeof(turner), "Unknown"); strmid(PlayerCrime[playerid][pVictim], turner, 0, strlen(turner), 255); } else { if(IsPlayerConnected(declare)) { GetPlayerName(declare, turner, sizeof(turner)); strmid(PlayerCrime[playerid][pVictim], turner, 0, strlen(turner), 255); strmid(PlayerCrime[declare][pBplayer], turned, 0, strlen(turned), 255); strmid(PlayerCrime[declare][pAccusing], reason, 0, strlen(reason), 255); } } format(turnmes, sizeof(turnmes), "You've commited a Crime ( %s ). Reporter: %s.",reason,turner); SendClientMessage(playerid, COLOR_LIGHTRED, turnmes); if(points > 0) { new yesno; if(points == 2) { if(WantedLevel[playerid] != 1) { WantedLevel[playerid] = 1; wlevel = 1; yesno = 1; } } else if(points >= 3 && points <= 4) { if(WantedLevel[playerid] != 2) { WantedLevel[playerid] = 2; wlevel = 2; yesno = 1; } } else if(points >= 5 && points <= 6) { if(WantedLevel[playerid] != 3) { WantedLevel[playerid] = 3; wlevel = 3; yesno = 1; } } else if(points >= 7 && points <= 8) { if(WantedLevel[playerid] != 4) { WantedLevel[playerid] = 4; wlevel = 4; yesno = 1; } } else if(points >= 9 && points <= 10) { if(WantedLevel[playerid] != 5) { WantedLevel[playerid] = 5; wlevel = 5; yesno = 1; } } else if(points >= 11 && points <= 12) { if(WantedLevel[playerid] != 6) { WantedLevel[playerid] = 6; wlevel = 6; yesno = 1; } } else if(points >= 13 && points <= 14) { if(WantedLevel[playerid] != 7) { WantedLevel[playerid] = 7; wlevel = 7; yesno = 1; } } else if(points >= 15 && points <= 16) { if(WantedLevel[playerid] != 8) { WantedLevel[playerid] = 8; wlevel = 8; yesno = 1; } } else if(points >= 17 && points <= 18) { if(WantedLevel[playerid] != 9) { WantedLevel[playerid] = 9; wlevel = 9; yesno = 1; } } else if(points >= 19 && points <= 20) { if(WantedLevel[playerid] != 10) { WantedLevel[playerid] = 10; wlevel = 10; yesno = 1; } } if(WantedLevel[playerid] >= 1) { if(gTeam[playerid] == 3) { gTeam[playerid] = 4; } } if(yesno) { format(wantedmes, sizeof(wantedmes), "Current Wanted Level: %d", wlevel); SendClientMessage(playerid, COLOR_YELLOW, wantedmes); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[i][pMember] == 1||PlayerInfo[i][pLeader] == 1) { format(cbjstore, sizeof(turnmes), "HQ: All Units APB: Reporter: %s",turner); SendClientMessage(i, TEAM_BLUE_COLOR, cbjstore); format(cbjstore, sizeof(turnmes), "HQ: Crime: %s, Suspect: %s",reason,turned); SendClientMessage(i, TEAM_BLUE_COLOR, cbjstore); } } } } } }//not connected } public Production() { new string[256]; for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[i][pFishes] >= 5) { if(FishCount[i] >= 3) { PlayerInfo[i][pFishes] = 0; } else { FishCount[i] += 1; } } if(PlayerDrunk[i] > 0) { PlayerDrunk[i] = 0; PlayerDrunkTime[i] = 0; GameTextForPlayer(i, "~p~Drunk effect~n~~w~Gone", 3500, 1); } if(PlayerInfo[i][pPayDay] < 6) { PlayerInfo[i][pPayDay] += 1; } //+ 5 min to PayDay anti-abuse for(new k = 0; k < MAX_PLAYERS; k++) { if(IsPlayerConnected(k)) { if(gTeam[k] == 2 && CrimInRange(80.0, i,k)) { } else { WantedPoints[i] -= 2; if(WantedPoints[i] < 0) { WantedPoints[i] = 0; } new points = WantedPoints[i]; new wlevel; if(points > 0) { new yesno; if(points == 2) { if(WantedLevel[i] != 1) { WantedLevel[i] = 1; wlevel = 1; yesno = 1; } } else if(points >= 3 && points <= 4) { if(WantedLevel[i] != 2) { WantedLevel[i] = 2; wlevel = 2; yesno = 1; } } else if(points >= 5 && points <= 6) { if(WantedLevel[i] != 3) { WantedLevel[i] = 3; wlevel = 3; yesno = 1; } } else if(points >= 7 && points <= 8) { if(WantedLevel[i] != 4) { WantedLevel[i] = 4; wlevel = 4; yesno = 1; } } else if(points >= 9 && points <= 10) { if(WantedLevel[i] != 5) { WantedLevel[i] = 5; wlevel = 5; yesno = 1; } } else if(points >= 11 && points <= 12) { if(WantedLevel[i] != 6) { WantedLevel[i] = 6; wlevel = 6; yesno = 1; } } else if(points >= 13 && points <= 14) { if(WantedLevel[i] != 7) { WantedLevel[i] = 7; wlevel = 7; yesno = 1; } } else if(points >= 15 && points <= 16) { if(WantedLevel[i] != 8) { WantedLevel[i] = 8; wlevel = 8; yesno = 1; } } else if(points >= 17 && points <= 18) { if(WantedLevel[i] != 9) { WantedLevel[i] = 9; wlevel = 9; yesno = 1; } } else if(points >= 19 && points <= 20) { if(WantedLevel[i] != 10) { WantedLevel[i] = 10; wlevel = 10; yesno = 1; } } else if(points <= 0) { if(WantedLevel[i] != 0) { ClearCrime(i); WantedLevel[i] = 0; wlevel = 0; yesno = 1;} } if(yesno) { format(string, sizeof(string), "Current Wanted Level: %d", wlevel); SendClientMessage(i, COLOR_YELLOW, string); } } } } } } } }
  10. jamal

    Linux server

    pe windows functioneaza fara pluginuri.....care ar fi problema ?
  11. jamal

    Linux server

    si ce pluginuri imi trebuie k sunt zeci ...
  12. Am probleme cu serveru, l-am urcat pe host(gamemodu, filterscripturile, scrtiptfiles),am editat server. cfg serveru porneste te loghezi pe el dar are urmatoarele probleme : 1. Tot ce elegat de spawnare nu functioneaza (cand te loghezi, comenzi,etc) ma spawneaza numai in locu ala unde te spawneaza cand este vreun bug ceva... 2. Nu-mi citeste filterscripturile 3.Mai sunt cateva ... Mentionez k nu am pus nici un plugin pt k nu ma pricep, presupun k asta ar fi cauza .....Daca stie careva va rog ajutati-ma
  13. jamal

    Ajutor

    trb sa mai adaugi akolo la else if(member==7)||(leader==7)
  14. Cum pot face sa se vada viata playerului de la distanta mai mare ?
  15. vyorel la mn in gm nu este ongamemodeexit, am vazut ca in filterscript este (am gf by fear ca gamemod) stii cum pot rezolva cu liniile de la onfilterscriptexit ? multumesc !!!
  16. nekerman skinurile le-ai uitat ? poate omu vrea sa scoata skinuri sau sa adauge ...... =))))
  17. cauti in gm createobject si te uiti ce id are obiectu apoi deschizi mta si cauti akolo si stergi ....sau poate scrie l;a sfarsit ce obiecte sunt adik //nume . alta varianta nu stiu !! sper sa te ajute !! Bafta
  18. salutare !!! Am un linux ubuntu verisunea 10 pe cd cu care rulez fara HDD (pt k a adormit ) si nush cum sa instalez yahoo messengeru pe el ,daca stie careva il rog sa-mi zica (am vazut cateva tutoriale dar nu merge ) Scuzati-ma ca postez aici dar este urgent si nu am avut alta solutie !! Multumesc mult !
  19. jamal

    Auto-Afk

    Si yo as avea nevoie de lucrul asta .Daca stie careva va rog ajutati-ne
  20. asta ? new yesno; if(points == 3) { if(WantedLevel[i] != 1) { WantedLevel[i] = 1; wlevel = 1; yesno = 1; } } else if(points >= 4 && points <= 5) { if(WantedLevel[i] != 2) { WantedLevel[i] = 2; wlevel = 2; yesno = 1; } } else if(points >= 6 && points <= 7) { if(WantedLevel[i] != 3) { WantedLevel[i] = 3; wlevel = 3; yesno = 1; } } else if(points >= 8 && points <= 9) { if(WantedLevel[i] != 4) { WantedLevel[i] = 4; wlevel = 4; yesno = 1; } } else if(points >= 10 && points <= 11) { if(WantedLevel[i] != 5) { WantedLevel[i] = 5; wlevel = 5; yesno = 1; } } else if(points >= 12 && points <= 13) { if(WantedLevel[i] != 6) { WantedLevel[i] = 6; wlevel = 6; yesno = 1; } } else if(points >= 14) { if(WantedLevel[i] != 10) { WantedLevel[i] = 10; wlevel = 10; yesno = 1; } } else if(points <= 0) { if(WantedLevel[i] != 0) { ClearCrime(i); WantedLevel[i] = 0; wlevel = 0; yesno = 1;} } if(yesno)
  21. =)))))) frate credema k am pus si asa cum pusesi u,dar numai scadea wantedu ...
  22. Am asa : new yesno; if(points == 3) { if(WantedLevel[playerid] != 1) { WantedLevel[playerid] = 1; wlevel = 1; yesno = 1; } } else if(points >= 4 && points <= 5) { if(WantedLevel[playerid] != 2) { WantedLevel[playerid] = 2; wlevel = 2; yesno = 1; } } else if(points >= 6 && points <= 7) { if(WantedLevel[playerid] != 3) { WantedLevel[playerid] = 3; wlevel = 3; yesno = 1; } } else if(points >= 8 && points <= 9) { if(WantedLevel[playerid] != 4) { WantedLevel[playerid] = 4; wlevel = 4; yesno = 1; } } else if(points >= 10 && points <= 11) { if(WantedLevel[playerid] != 5) { WantedLevel[playerid] = 5; wlevel = 5; yesno = 1; } } else if(points >= 12 && points <= 13) { if(WantedLevel[playerid] != 6) { WantedLevel[playerid] = 6; wlevel = 6; yesno = 1; } } else if(points >= 14) { if(WantedLevel[playerid] != 10) { WantedLevel[playerid] = 10; wlevel = 10; yesno = 1; } } if(WantedLevel[playerid] >= 1) { if(gTeam[playerid] == 3) { gTeam[playerid] = 4; } } if(yesno) Si vreau sa fac sa pot da si wanted wanted 7,8,9 nu sa sara de la wanted 6 la 10 Si inca un lucru mai vreau sa fac : sa scada wantedu,adik 1 wantedlevel la 5 minute( momentan scade dar mi se pare k nu este acelasi timp) AM modu GF By Fear
  23. am rezolvat problema puteti da topic close !!! (uitasemsa pun ceva ..)
  24. HAI FRATE AJUTATI-MA SI PE MINE UNU !! CE ESTE ASA MARE LUCRU SA DAI CATEVA INFORMATII ...
×
×
  • 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.