Jump to content

BlueSkiLLz

Membru
  • Posts

    171
  • Joined

  • Last visited

Everything posted by BlueSkiLLz

  1. Problema e ca nu stiu de ce nu imi apare tot dialog-ul Comanda e.. #define DIALOG 0 new stringhelp1[] = "{FFFFFF}This is a{F81414} Team Death Match{FFFFFF} gamemode where you can kill players to receive money and points.", stringhelp2[] = "\n{FFFFFF}You can take over turfs with your team. Type{F81414} /turfhelp{FFFFFF} for more info.", stringhelp3[] = "\n{FFFFFF}You can purchase weapons in the ammunation that you will have every time you spawn.", stringhelp4[] = "\n{FFFFFF}See a rulebreaker? Use{F81414} /report <id> <reason>{FFFFFF}.And see your teams stats:{F81414} /teamstats (teamid)", stringhelp5[] = "\n{FFFFFF}You can see the server rules under{F81414} /rules{FFFFFF}. Type{F81414} ! [message]{FFFFFF} to talk in teamchat.", stringhelp6[] = "\n{FFFFFF}Type{F81414} /cmds {FFFFFF}for a full list of commands."; dcmd_help(playerid, cmdtext[]) { #pragma unused cmdtext new DialogString[512]; format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", stringhelp1, stringhelp2, stringhelp3, stringhelp4, stringhelp5, stringhelp6 ); ShowPlayerDialog(playerid, DIALOG, DIALOG_STYLE_MSGBOX, "{00C0FF}Information", DialogString, "OK", "" ); return 1; } Alte comenzi apare doar asta nu apare nuj de ce asta nu imi apare....cine ma poate ajuta sa imi spuna de ce nu apare
  2. ms oricum e de la host =)) host de <biiiip>
  3. Problema mea este ca nu imi apare la server list si nici la hosted list server meu http://www.typefish.co.uk/samp-conn/#93.114.82.97:7777 am lanmode 1 announce 1 query 1 Si nu apare ce pot sa fac?
  4. parf macar dak puneam un alt system si plus niste mape mai fine 2/5
  5. Pai ICE ai zis ca e de la pawno si atunci de ce nu imi da nici o eroare am sters toate definiu-rile si includerule din gm.....sa vad dak da vro eroare .....si ce sa vezi la fel imi da nu stiu de ce imi da asta azi dimineatza imi mergea iar dupa nu stiu mio aparut asta
  6. Am facut o comanda noua in gm si o terminasem am zis sa dau compilare dar ce sa vezi Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Usage: pawncc <filename> [filename...] [options] Options: -A<num> alignment in bytes of the data segment and the stack -a output assembler code -C[+/-] compact encoding for output file (default=+) -c<name> codepage name or number; e.g. 1252 for Windows Latin-1 -Dpath active directory path -d<num> debugging level (default=-d1) 0 no symbolic information, no run-time checks 1 run-time checks, no symbolic information 2 full debug information and dynamic checking 3 same as -d2, but implies -O0 -e<name> set name of error file (quiet compile) -H<hwnd> window handle to send a notification message on finish -i<name> path for include files -l create list file (preprocess only) -o<name> set base name of (P-code) output file -O<num> optimization level (default=-O1) 0 no optimization 1 JIT-compatible optimizations only 2 full optimizations -p<name> set name of "prefix" file -r[name] write cross reference report to console or to specified file -S<num> stack/heap size in cells (default=4096) -s<num> skip lines from the input file -t<num> TAB indent size (in character positions, default=8) -v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=1) -w<num> disable a specific warning by its number -X<num> abstract machine size limit in bytes -XD<num> abstract machine data/stack size limit in bytes -\ use '\' for escape characters -^ use '^' for escape characters -;[+/-] require a semicolon to end each statement (default=+) -([+/-] require parantheses for function invocation (default=+) sym=val define constant "sym" with value "val" sym= define constant "sym" with value 0 Options may start with a dash or a slash; the options "-d0" and "/d0" are equivalent. Options with a value may optionally separate the value from the option letter with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0" and "-d:0" are all equivalent. Am sters comanda imi da tot la fel.........am scos dinou samp server windows tot imi da asta..........am incercat alt script tot imi da Nu stiu ce sa ii fac
  7. si va merge sigur am sa incerc cu asta simple house ms
  8. Folosesc GarHouse si as vrea sa fac ca unele case sa le poate cumpara doar cei din gang-ul Grove ,Vagos , blabla stiu ce cv cu gTeam[ grove ] .......adik un grove sa nu poata cumpara casa din alta parte doar alea care is puse pentru ei vreau un tutorial....nu sa imi faca cineva
  9. Atunci imi retrag cuvintele ca sunt cateva race system pe .com mise parea ca este unul de pe .com Mi-am retras cuvintele 5/5 cool
  10. Parca am mai vazut acest FS undeva dar nu mai tin minte .com oricum dar era in engleza... cand imi amintesc dau edit.... 4/5 nuj sigur dak e facut de tine
  11. Pai aja se GM tau sa vorbesti doar cu /say sau /local uitate la comenzile sau dane comenzile
  12. Poze ceva nu e facut de tine ) Pentru ca sunte o multime de astea acuma si nu mai stim pe cine sa credem Poate lai facut u atunci 3/5
  13. [pawn] if(AccInfo[playerid][Level] >= 0) { [/pawn] in loc de 0 pui ce vrei u dcmd_admins(playerid,params[]) { if(AccInfo[playerid][Level] >= 0) { new count = 0; new string[128]; new ChangeColor; SendClientMessage(playerid, green, " "); SendClientMessage(playerid, green, "___________ |- Online Admins -| ___________"); SendClientMessage(playerid, green, " "); for(new i = 0; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { if(AccInfo[Level] >= 2 && AccInfo[Hide] == 0) { if(AccInfo[Level] > 5) { AdmRank = "Professional Admin"; ChangeColor = Color_Professional_Admin; } if(IsPlayerAdmin(i)) { AdmRank = "RCON Administrator"; ChangeColor = Color_RCON_Administrator; } else { switch(AccInfo[Level]) { case 1: { AdmRank = "Basic Moderator"; ChangeColor = Color_Basic_Moderator; } case 2: { AdmRank = "Moderator"; ChangeColor = Color_Moderator; } case 3: { AdmRank = "Master Moderator"; ChangeColor = Color_Master_Moderator; } case 4: { AdmRank = "Administrator"; ChangeColor = Color_Administrator; } case 5: { AdmRank = "Master Administrator"; ChangeColor = Color_Master_Administrator; } } } switch(AccInfo[OnDuty]) { case 0: AdmDuty = "Playing!"; case 1: AdmDuty = "On Duty!"; } format(string, 128, "Level: %d - %s (Id:%i) | %s | %s",AccInfo[Level], PlayerName2(i),i,AdmRank,AdmDuty); SendClientMessage(playerid, ChangeColor, string); count++; } } } if (count == 0) SendClientMessage(playerid,red,"No admin online in the list"); SendClientMessage(playerid, green, " _______________________________________"); return 1; }
  14. BlueSkiLLz

    /veh

    [pawn] new CreatedCars[100]; new CreatedCar = 0;[/pawn] OnPlayerCommandText [pawn] if(strcmp(cmd, "/veh", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new car; car = strval(tmp); if(car < 400 || car > 611) { SendClientMessage(playerid, COLOR_GREY, " Vehicle Number can't be below 400 or above 611!"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new color1; color1 = strval(tmp); if(color1 < 0 || color1 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126!"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new color2; color2 = strval(tmp); if(color2 < 0 || color2 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126!"); return 1; } new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(car, X,Y,Z, 0.0, color1, color2, 60000); CreatedCars[CreatedCar] = carid; CreatedCar ++; format(string, sizeof(string), " Vehicle %d spawned.", carid); SendClientMessage(playerid, COLOR_GREY, string); } return 1; } if(strcmp(cmd, "/destroycars", true) == 0) { if(IsPlayerConnected(playerid)) { for(new i = 0; i < sizeof(CreatedCars)) { if(i != 0) { DestroyVehicle(i); } } SendClientMessage(playerid, COLOR_GREY, " Created Vehicles destroyed !"); } return 1; } [/pawn]
  15. BlueSkiLLz

    Intrebari

    Cica NAbi doresc ) (nu eu oricum e simplu ) la una park nu stiam Mai pune
  16. Gresit cum o depistat asta ) Era simplu )
  17. BlueSkiLLz

    0Admin.

    aa si cred k nu o spus zhero Mai faceti-va si voi comenzi dak nu are comanda aia faceti-va e simplu de facut vo aratat cu sa si faceti sunt o multime de tutoriale cu ZCMD si cum sa faci comanda de admin pe 0Admin
  18. BlueSkiLLz

    Ajutor

    Bai kiorule el vrea ajutat nu sa ia porcarii de pe site.... Hmm pune comanda aici sa vedem
  19. BlueSkiLLz

    0Admin.

    Cisteste Primul post e Beta
  20. BlueSkiLLz

    0Admin.

    Bai nu mi-am dat cu opinia dar am vazut ca e foarte foarte adica nu e la fel ca la alte Sisteme de Admine ( toate is la fel) am vazut pawno dar (de unde P*** mea) de unde ai scos alea ) sa trecem peste asta ca o trag in SF-uri ).......pe langa alte e mult prea mic ) 300 si cv de kb si alte au cate 2mb prea mic iar cum vad ai folosit doar alea lui y_less toate includeurile lui dar ce pot spune Bravo (nu meritam asa ceva) Pai are multe care nu prea le gasesti Respect System si multe altele ) bravo toate intr-un 0Admin Rank,Top,Admin (rank) systeme 100/101
×
×
  • 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.