Jump to content

gunskill

Membru
  • Posts

    257
  • Joined

  • Last visited

    Never

Everything posted by gunskill

  1. gunskill

    Intrebare

    Schimba titlul daca nu vrei topic closed!
  2. Salut,schimba titlul! Citeste regulamentul!
  3. Ia foloseste Search! Ca e unu facut!
  4. pune 00 dupa culoarea de la public SetPlayerToTeamColor(playerid) [pawn]if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) SetPlayerColor(playerid,0x0000FF00);[/pawn]
  5. nu nu o am da nu e vorba numai de acel fs e vorba de toate astea ochelari neoane.. Stie cineva?
  6. da apar si dispar imediat am pluginul ala bagat
  7. deci am niste fs-uri si niste scripturi in gm /neon /glasses apar si dispar imediat cum le rezolv?
  8. [pawn]enum teaminfo { TeamName[ 32 ], TeamColor, TurfWarsWon, TurfWarsLost, RivalsKilled, HomiesDied, TeamScore }[/pawn] [pawn]enum tinfo { turfID, turfName[ 40 ], Float:zMinX, Float:zMinY, Float:zMaxX, Float:zMaxY, TurfColor, TurfOwner, TurfAttacker, TurfKills, TurfAttackKills, TurfWarStarted, MIT // Members In Turf }[/pawn]
  9. [pawn]C:\Users\Alex\Desktop\Server By Laur\gamemodes\LSTW2Uv2.pwn(101) : error 052: multi-dimensional arrays must be fully initialized C:\Users\Alex\Desktop\Server By Laur\gamemodes\LSTW2Uv2.pwn(160) : error 052: multi-dimensional arrays must be fully initialized Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.[/pawn] [pawn]new TeamInfo[ MAX_TEAMS ][ teaminfo ]= { { "Aztecas", AZTECAS_COLOR, 0, 0, 0, 0, 0}, { "Vagos", VAGOS_COLOR, 0, 0, 0, 0, 0}, { "Ballas", BALLAS_COLOR, 0, 0, 0, 0, 0}, { "O.G.F.", GROVE_COLOR, 0, 0, 0, 0, 0}, { "Mafia", MAFIA_COLOR, 0, 0, 0, 0, 0}, { "Triads", TRIADS_COLOR, 0, 0, 0, 0, 0} };[/pawn] 101 [pawn]new turfs[ MAX_TURFS ][ tinfo ] = { { 0, "Ganton", 2222.50, -1852.80, 2632.80, -1722.30, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 1, "Ganton", 2222.50, -1722.30, 2632.80, -1628.50, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 2, "Idlewood", 2124.60, -1742.30, 2222.50, -1494.00, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 3, "Idlewood", 1971.60, -1852.80, 2222.50, -1742.30, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 4, "Willow Field", 1970.60, -2179.20, 2089.00, -1852.80, AZTECAS_COLOR, TEAM_AZTECAS, -1, 0, 0, 0, 0}, { 5, "Willow Field", 2089.00, -1989.90, 2324.00, -1852.80, AZTECAS_COLOR, TEAM_AZTECAS, -1, 0, 0, 0, 0}, { 6, "Willow Field", 2089.00, -2235.80, 2201.80, -1989.90, AZTECAS_COLOR, TEAM_AZTECAS, -1, 0, 0, 0, 0}, { 7, "Willow Field", 2324.00, -2059.20, 2541.70, -1852.80, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 8, "Jefferson", 2056.80, -1372.00, 2281.40, -1210.70, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 9, "Jefferson", 2056.80, -1210.70, 2185.30, -1126.30, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 10, "Jefferson", 2056.80, -1449.60, 2266.20, -1372.00, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 11, "East Los Santos", 2421.00, -1628.50, 2632.80, -1454.30, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 12, "East Los Santos", 2222.50, -1628.50, 2421.00, -1494.00, GROVE_COLOR, TEAM_GROVE, -1, 0, 0, 0, 0}, { 13, "East Los Santos", 2266.20, -1494.00, 2381.60, -1372.00, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 14, "East Los Santos", 2281.60, -1372.00, 2381.60, -1135.00, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 15, "East Los Santos", 2381.60, -1454.30, 2462.10, -1135.00, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 16, "East Los Santos", 2462.10, -1454.30, 2581.70, -1135.00, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 17, "East Beach", 2632.80, -1852.80, 2959.30, -1668.10, MAFIA_COLOR, TEAM_MAFIA, -1, 0, 0, 0, 0}, { 18, "East Beach", 2632.80, -1668.10, 2747.70, -1393.40, MAFIA_COLOR, TEAM_MAFIA, -1, 0, 0, 0, 0}, { 19, "East Beach", 2747.70, -1668.10, 2959.30, -1498.60, MAFIA_COLOR, TEAM_MAFIA, -1, 0, 0, 0, 0}, { 20, "East Beach", 2747.70, -1498.60, 2959.30, -1120.00, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 21, "Playa Del Seville", 2703.50, -2126.90, 2959.30, -1852.80, MAFIA_COLOR, TEAM_MAFIA, -1, 0, 0, 0, 0}, { 22, "El Corona", 1812.60, -2179.20, 1970.60, -1852.80, AZTECAS_COLOR, TEAM_AZTECAS, -1, 0, 0, 0, 0}, { 23, "El Corona", 1692.60, -2179.20, 1812.60, -1842.20, AZTECAS_COLOR, TEAM_AZTECAS, -1, 0, 0, 0, 0}, { 24, "Glen Park", 1812.60, -1350.70, 2056.80, -1100.80, BALLAS_COLOR, TEAM_BALLAS, -1, 0, 0, 0, 0}, { 25, "Los Flores", 2581.70, -1393.40, 2747.70, -1135.00, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 26, "Las Colinas", 1994.30, -1100.80, 2056.80, -920.80, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 27, "Las Colinas", 2056.80, -1126.30, 2126.80, -920.80, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 28, "Las Colinas", 2185.30, -1154.50, 2281.40, -934.40, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 29, "Las Colinas", 2126.80, -1126.30, 2185.30, -934.40, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 30, "Las Colinas", 2632.70, -1135.00, 2747.70, -945.00, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 31, "Las Colinas", 2281.40, -1135.00, 2632.70, -945.00, VAGOS_COLOR, TEAM_VAGOS, -1, 0, 0, 0, 0}, { 32, "Verona Beach", 930.20, -2006.70, 1073.20, -1804.20, TRIADS_COLOR, TEAM_TRIADS, -1, 0, 0, 0, 0}, { 33, "Verona Beach", 851.40, -1804.20, 1046.10, -1577.50, TRIADS_COLOR, TEAM_TRIADS, -1, 0, 0, 0, 0}, { 34, "Verona Beach", 1161.50, -1722.20, 1323.90, -1577.50, TRIADS_COLOR, TEAM_TRIADS, -1, 0, 0, 0, 0}, { 35, "Verona Beach", 1046.10, -1722.20, 1161.50, -1577.50, TRIADS_COLOR, TEAM_TRIADS, -1, 0, 0, 0, 0}, { 36, "Ocean Docks", 2703.50, -2302.30, 2959.30, -2126.90, MAFIA_COLOR, TEAM_MAFIA, -1, 0, 0, 0, 0}, { 37, "Market", 926.90, -1577.50, 1370.80, -1416.20, TRIADS_COLOR, TEAM_TRIADS, -1, 0, 0, 0, 0} };[/pawn] 160
  10. Schimba titlul. Citeste regulamentu. defineste idcar new idcar = GetPlayerVehicleID(playerid); new vehicleid = GetPlayerVehicleID(playerid);
  11. gunskill

    0.3D

    faci ca si cum lai face o.3c adica descarci fiserele necesare de pe prima pagina/donload tu iti pui dupa in ce ai descarcat scriptfiles si gamemode ,filescipts modofici server.cfg and injoy! ps:compileaza gm cu pawno 0.3d e in folderu descarcat
  12. Ti-am dat pm te astept Rezolvat ms mult! :kiss:
  13. [pawn]---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [12:37:55] [12:37:55] Server Plugins [12:37:55] -------------- [12:37:55] Loading plugin: Streamer.so [12:37:55] Failed (plugins/Streamer.so: cannot open shared object file: No such file or directory) [12:37:55] Loaded 0 plugins. [12:37:55] [12:37:55] Ban list [12:37:55] -------- [12:37:55] Loaded: samp.ban [12:37:55] [12:37:55] [12:37:55] Filter Scripts [12:37:55] --------------- [12:37:55] Loading filter script 'HS.amx'... [12:37:55] Loading filter script 'BarrierRB.amx'... [12:37:55] Unable to load filter script 'BarrierRB.amx'. [12:37:55] Loading filter script 'Ceas.amx'... [12:37:55] Loading filter script 'armedbody.amx'... [12:37:55] ===================================================================== [12:37:55] Vizitati forumul Progamesro.com opengta.org for more info. [12:37:55] FilterScript Name: Arma la vedere [12:37:55] Description:Pui arma la teaca [12:37:55] Loading filter script 'BFW.amx'... [12:37:55] Loading filter script 'FireworkV2.0.amx'... [12:37:55] -------------------------------------- [12:37:55] Notime's Firework [12:37:55] -------------------------------------- [12:37:55] Loading filter script 'hat.amx'... [12:37:55] Unable to load filter script 'hat.amx'. [12:37:55] Loaded 5 filter scripts. [12:37:55] Script[gamemodes/Alex.Laur.amx]: Run time error 19: "File or function is not found" [12:37:55] Number of vehicle models: 0 [12:37:55] Incoming connection: 86.125.36.239:14672 [12:37:55] [join] Illidan has joined the server (0:86.125.36.239) [12:37:55] Incoming connection: 188.173.175.205:6407 [12:37:56] Incoming connection: 92.83.141.76:20031 [12:37:56] [join] Chimi. has joined the server (1:188.173.175.205) [12:37:56] [join] NymphZor has joined the server (2:92.83.141.76) [12:37:58] [NotimeBot]: FireWorkInfo has succesfully loaded [12:37:59] Incoming connection: 188.173.109.175:65422 [12:37:59] [join] Alex has joined the server (3:188.173.109.175)[/pawn]
  14. am plugins pe host iam dat si pemision si tot la fel face..
  15. SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [12:25:25] [12:25:25] Server Plugins [12:25:25] -------------- [12:25:25] Loading plugin: Streamer.so [12:25:25] Failed (plugins/Streamer.so: cannot open shared object file: No such file or directory) [12:25:25] Loaded 0 plugins. [12:25:25] [12:25:25] Ban list [12:25:25] -------- [12:25:25] Loaded: samp.ban [12:25:25] [12:25:25] [12:25:25] Filter Scripts [12:25:25] --------------- [12:25:25] Loading filter script 'HS.amx'... [12:25:25] Loading filter script 'BarrierRB.amx'... [12:25:25] Unable to load filter script 'BarrierRB.amx'. [12:25:25] Loading filter script 'Ceas.amx'... [12:25:25] Loading filter script 'armedbody.amx'... [12:25:25]
  16. tot la fel face am pus folderu am pus alea si tot la fel
  17. Search... Find... http://www.sa-mp.ro/forum/index.php?topic=13425.0
  18. gata cred ca mi-am dat seama nu am folderul plugins pe host
  19. [pawn]SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [11:04:56] [11:04:56] Server Plugins [11:04:56] -------------- [11:04:56] Loading plugin: Streamer.so [11:04:56] Failed (plugins/Streamer.so: cannot open shared object file: No such file or directory) [11:04:56] Loaded 0 plugins. [11:04:56] [11:04:56] Ban list [11:04:56] -------- [11:04:56] Loaded: samp.ban [11:04:56] [11:04:56] [11:04:56] Filter Scripts [11:04:56] --------------- [11:04:56] Loading filter script 'HS.amx'... [11:04:56] Loading filter script 'BarrierRB.amx'... [11:04:56] Unable to load filter script 'BarrierRB.amx'. [11:04:56] Loading filter script 'Ceas.amx'... [11:04:56] Loading filter script 'armedbody.amx'... [11:04:56] ===================================================================== [11:04:56] Vizitati forumul Progamesro.com opengta.org for more info. [11:04:56] FilterScript Name: Arma la vedere [11:04:56] Description:Pui arma la teaca [11:04:56] Loading filter script 'BFW.amx'... [11:04:56] Loading filter script 'FireworkV2.0.amx'... [11:04:56] Unable to load filter script 'FireworkV2.0.amx'. [11:04:56] Loading filter script 'hat.amx'... [11:04:56] Unable to load filter script 'hat.amx'. [11:04:56] Loaded 4 filter scripts.[/pawn]
  20. Schimba titlu! Citeste regulamentu! Nu se cer scripturi! cam asa Create3DTextLabel("text", culoare, x.x,y.y,z.z, 20,0,1); http://wiki.sa-mp.com/wiki/Create3DTextLabel
  21. Am pus streamerul in pc merge perfect,insa pe host nu mai apare login ii da direct spawn pe undeva pe camp mai ii da si in cer si sunt aiurea la factiuni,ajutor! Am pus si streamer.so si tot nimic
  22. Pune includele in pawno-includes
  23. Rezolvat Am pus streamerul lui incognito la toate obiectele si ...merge :)
×
×
  • 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.