Jump to content

kwnx

V.I.P
  • Posts

    1.493
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by kwnx

  1. Pentru putin.. Topic Inchis!
  2. Nu observasem, KrsGabriel, imi pare rau.. Ms SoNNy ca mi-ai atras atentia..
  3. Aici nu ceri ajutorul, aici iti dai cu parerea despre GameMode..
  4. Daca il deschizi din Windows, inlocuieste samp-server.exe, announce.exe si samp-npc.exe cu ASTA Daca il deschizi pe Host (Linux), descarca ASTA
  5. Nu am cum sa retin totul ) Ma grabeam...
  6. "trebe", "pe 2 server", "intro" ? Serios? Invata sa vorbesti pe romana mai intai...
  7. Atunci de ce mai ceri ajutorul daca o poti face tu? Topic Inchis!
  8. CMD:credits(playerid) { new BigString[ 2048 ]; BigString[ 0 ] = EOS; strcat(BigString, "{168ADD}Te-ai intrebat vreodata cine a contribui la creerea acestui server?n" ); strcat(BigString, "{168ADD}Uite ca iti spunem aici!n" ); strcat(BigString, "n" ); strcat(BigString, "{F81414}Scripter GM:n" ); strcat(BigString, "{E4EDF4}Daciann" ); strcat(BigString, "{E4EDF4}97freshn" ); strcat(BigString, "{E4EDF4}xxSPEEDYxxn" ); strcat(BigString, "n" ); strcat(BigString, "{F81414}Web Site + Host:n" ); strcat(BigString, "{E4EDF4}Dacian ( {ff0000}Web Site Host + Design Forum )n" ); strcat(BigString, "{E4EDF4}97fresh ( {ff0000}Sa-mp Host )n" ); strcat(BigString, "n" ); strcat(BigString, "{F81414}Creatorii Hartilor:n" ); strcat(BigString, "{E4EDF4}Dacian n" ); strcat(BigString, "{E4EDF4}97fresh n" ); strcat(BigString, "{E4EDF4}[9mm]_LimiTLesS_ n" ) strcat(BigString, "n" ); strcat(BigString, "{F81414}Server Owner:n" ); strcat(BigString, "{E4EDF4}Dacian n" ); strcat(BigString, "{E4EDF4}97fresh n" ); strcat(BigString, "n" ); ShowPlayerDialog(playerid, DIALOG_EMPTY, DIALOG_STYLE_MSGBOX, "Credits", BigString, "OK",""); return ( 1 ); } ...
  9. Dupa parerea mea, ar trebuii sa te inveti singur sa scriptezi, nu crede ca daca noi te ajutam, o sa te ajutam cu fiecare comanda in parte a serverului tau. Incearca sa iti rezolvi problemele si singur, nu numai mura in gura... Vad ca in ultima vreme continuu ceri ajutor la lucruri nesemnificative si foarte simple :-w
  10. if(strcmp(cmd, "/gethere", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "{00A1FF}USAGE{FFFFFF}: /gethere [playerid/PartOfName]"); return 1; } new Float:plocx,Float:plocy,Float:plocz; new plo; plo = ReturnUser(tmp); if (IsPlayerConnected(plo)) { if(plo != INVALID_PLAYER_ID) { if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1) { if(PlayerInfo[playerid][pAdmin] < 1339) { f(AdminDuty[playerid] == 0 && HelperDuty[playerid] == 0) { SendClientMessage(playerid,COLOR_GREY,"[Server]: Trebuie sa fii OnDuty !"); return 1; } } if(PlayerInfo[plo][pJailed] == 1) { SendClientMessage(playerid,COLOR_GREY,"[Server]: Acest player nu sia terminat inca sentinta (/jl) !"); return 1; } if(WantedLevel[plo] >= 1) { SendClientMessage(playerid,COLOR_GREY,"[Server]: Acest player are wanted,este posibil sa fie urmarit de politie !"); return 1; } GetPlayerPos(playerid, plocx, plocy, plocz); if(GetPlayerInterior(playerid) > 0) { SetPlayerInterior(plo,GetPlayerInterior(playerid)); PlayerInfo[plo][pInt] = GetPlayerInterior(playerid); PlayerInfo[plo][pVirWorld] = GetPlayerVirtualWorld(playerid); SetPlayerVirtualWorld(plo,GetPlayerVirtualWorld(playerid)); } if(GetPlayerInterior(playerid) == 0) { SetPlayerInterior(plo,0); PlayerInfo[plo][pVirWorld] = 0; SetPlayerVirtualWorld(plo,0); } if(plocz > 930.0 && GetPlayerInterior(playerid) == 0) //the highest land point in sa = 526.8 { SetPlayerInterior(plo,1); PlayerInfo[plo][pInt] = 1; PlayerInfo[plo][pVirWorld] = 1; SetPlayerVirtualWorld(plo,1); } if (GetPlayerState(plo) == 2) { TelePos[plo][0] = 0.0; TelePos[plo][1] = 0.0; new tmpcar = GetPlayerVehicleID(plo); SetVehiclePos(tmpcar, plocx, plocy+4, plocz); } else { SetPlayerPos(plo,plocx,plocy+2, plocz); } GetPlayerName(playerid, sendername, sizeof(sendername)); GetPlayerName(plo, playername, sizeof(playername)); format(string, 256, "** Admin %s tea teleportat la el.", sendername); SendClientMessage(plo, COLOR__CYAN, string); new arank[64]; if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; } else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; } else { arank = "Virus"; } format(string, sizeof(string), "[%s]: %s la teleportat la el pe %s.", arank,sendername,playername); SendHelperMessage(COLOR_YELLOW, string); new y, m, d; new h,mi,s; getdate(y,m,d); gettime(h,mi,s); format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s la teleportat la el pe %s.",d,m,y,h,mi,s,sendername,playername); AdminActivity(string); } else { SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Tu nu esti autorizat sa foloesti aceasta comanda!"); } } } else { format(string, sizeof(string), "[Server]: %d is not an active player.", plo); SendClientMessage(playerid, COLOR_GRAD1, string); } } return 1; }
  11. kwnx

    [MAP] Mina

    Eram sigur, in general cu Map Editor lucrezi mai bine dupa parerea mea, nu stiu, poate altii lucreaza mai bine cu MTA
  12. kwnx

    [MAP] House

    Oare printre ei sa fii si tu? ) Nu ai nevoie de un FS ca sa adaugi o mapa in GM =] xD
  13. Mda, inainte sa faci alt topic, citeste regulamentul sau informeaza-te mai bine... Nu dori doar raul altora xD EDIT: E datoria mea sa inchid Topicurile la care nu s-au mai postat de 48 ore...
  14. Respecta Modelul! Topic Inchis!
  15. kwnx

    Load Turfs

    stock LoadTurfs() { new tempp[124], TotalTurfs; cache_get_data(rows, fields); for(TotalTurfs = 0; TotalTurfs < rows; TotalTurfs++) { TurfInfo[TotalTurfs][tID] = cache_get_row_int(TotalTurfs, 0); TurfInfo[TotalTurfs][tOwned] = cache_get_row_int(TotalTurfs, 1); TurfInfo[TotalTurfs][tTime] = cache_get_row_int(TotalTurfs, 2); TurfInfo[TotalTurfs][tMinX] = cache_get_row_float(TotalTurfs, 3); TurfInfo[TotalTurfs][tMinY] = cache_get_row_float(TotalTurfs, 4); TurfInfo[TotalTurfs][tMaxX] = cache_get_row_float(TotalTurfs, 5); TurfInfo[TotalTurfs][tMaxY] = cache_get_row_float(TotalTurfs, 6); TurfInfo[TotalTurfs][tNr] = cache_get_row_int(TotalTurfs, 7); TurfInfo[TotalTurfs][tNrSize] = cache_get_row_int(TotalTurfs, 8); } printf("%d turfs loaded",TotalTurfs); } public OnGameModeInit( ) { LoadTurfs(); return 1; } Incearca asa xD
  16. kwnx

    [MAP] Tudor Hotel

    E facuta de tine? :-? Daca da, m-ai dat pe spate )
  17. Frumos ^^ Sper sa mai vad mape postate de tine, vad ca ai o imaginatie bogata xD
  18. Au trecut 48 H de cand nu s-a mai raspuns la acest topic... Topic Closed!
  19. ) It's funny ^^ Nu se conecteaza GM-ul la baza de date, de aceea ai probleme cu el,
  20. Am dat vreo 5 Restart-uri la PC, no result... Am aflat oarecum sa rezolv... Click dreapta in bara de jos => Task Manager => Processes => End Proces pawncc.exe EDIT: Nu era o erroare )
  21. kwnx

    RulePlay RPG

    Si dc l-ai postat pe net ma rog? :-?
  22. Buna tuturor! Am intampinat si eu o erroare la windows, si habar nu am cum sa o rezolv ) Cineva care se pricepe? DESCRIERE: Cand vreau sa compilez un script imi da aceasta erroare!
  23. Ai nevoie doar de cel .dll Link: http://www.girlshare.ro/34157877.6
  24. textdraw = TextDrawCreateForPlayer( coordonateX, coordonateY, coordonateZ, "" ); PlayerTextDrawSetPreviewModel(textdraw, Model); (La Model pui nr. modelului obiectului) PlayerTextDrawUseBox(textdraw, 1);
  25. Frumos, 10/10 felicitari!
×
×
  • 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.