Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. xeon17

    Connection Timed Out

    My friend from Bulgaria have 3 or 4 mounths a problem , he can't play in our favorite server. The Server is online but he no have ping or gamemode in SERVER BROWSER in MTA:SA . Link of Server : http://www.game-state.eu/74.63.228.222:22003/ Here the MTA DIAG : http://pastebin.mtasa.com/566560983
  2. xeon17

    Problem

    Thanks you so much , My Mta stoped to crash
  3. xeon17

    Problem

    My Mta crash every day i can't play , i tryed to reinstall MTA but no work i still have this problem can someone help me please the problem : Version = 1.3.4-release-5968.0.000 Time = Mon Dec 09 18:20:12 2013 Module = D:\GTA San Andreas\proxy_sa.exe Code = 0xC0000005 Offset = 0x001A49D4 EAX=00000000 EBX=0022F270 ECX=0022F128 EDX=00000000 ESI=00000000 EDI=00B1E9A4 EBP=00000000 ESP=0022F118 EIP=005A49D4 FLG=00010246 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 Here is the MTA DIAG : http://pastebin.com/BUbVMxmZ# Every 3 minutes when i play in my favorite server my mta crash.. this problem started before 3-4 days idk why please help me
  4. I wanted to crate a script to let a gang get teritory,village,base and other , scripts looks good but i still need some help from you guys becouse i'm not so good scripter local pArea = createRadarArea( 2130, 630, 200, 100, 255, 255, 255, 125 ) local pCuboid = createColCuboid( 2133.1950683594, 633.66455078125, 10, 197.5, 92, 30 ) addEventHandler("onResourceStart", resourceRoot, function() outputDebugString("Territorio Kratos Home Carregado!", 3, 0, 255, 0) end ) addEventHandler( 'onColShapeHit', pCuboid, function( player ) if (getPlayerTeam( player )) then local pTeam = getPlayerTeam( player ) local iR, iG, iB = getTeamColor( pTeam ) local rR, gG, bB = getRadarAreaColor( pArea ) if ( iR == rR ) and ( iG == gG ) and ( iB == bB ) then triggerClientEvent(player, 'friendly', player) else setRadarAreaFlashing( pArea, true ) outputChatBox( "#2F4F4F[TERITORY] #F8F8FFA gang ".. getTeamName(getPlayerTeam(player)).." Attact the territory Docas !",getRootElement(),255,255,255,true); triggerClientEvent(player, 'time', player) triggerClientEvent(player, 'countdown', player) pArea1Timer = setTimer( function() setRadarAreaColor (pArea, iR, iG, iB, 100); givePlayerMoney( player, 4000 ); outputChatBox( "#2F4F4F[TERRITORY] #F8F8FFA gang ".. getTeamName(getPlayerTeam(player)).." Dominated the territory Docas!",getRootElement(),255,255,255,true); setRadarAreaFlashing( pArea, false ) end, 5000, 1 ) end else triggerClientEvent(player, 'group', player) end end ) This script let gangs get teritory , but how i can set this.. when a gang enter 1 teritory on left side start a timer like this on left side '' name of the teritory and timer how much need a gang to start domination '' i crated the name of territory alone but no know how timer When timer end then start the domination , and there are 2 gangs (the gang who attact territory , and the gang who deffend territory ) their deaths in territory , for every death of a gang , enemy gang get +300 points , the gang who deffend teritory should have 500 points at start of domination , timer : 4 minutes , and when a member of a gang stay in teritory = that gang get +1 point in 1 second , 2 members =+2 points in 1 second. Sorry if this is to hard , but im working at a gamemode i crated 90% of scripts alone for the gamemode , but need a little help for the 10% if someone help me at this , i can crate a realy nice gamemode
  5. xeon17

    Script Help

    Thank you script working perfect now
  6. xeon17

    Script Help

    I have still this problem , when i kill a player in event he spawn in dimension 1 on normall play gamemode place When i kill someone he should spawn again in event , and he die again = spawn in event , when admin stop the resource , then he should spawn again at normall spawn place's
  7. xeon17

    Script Help

    I crated a funny event script with help of my friends , but can someone please edit my script becouse i want when a player die he need spawn again in event , event stop when Admin stop the resource. When the player die he spawns in dimension 1 at normall spawn place's in play gamemode.. can someone help me please , here is the script : function teleportEvento ( source, commandName, posX, posY, posZ ) setElementPosition ( source, -2353.73901, 1536.69714, 26.04688 ) end addCommandHandler ( "participar", teleportEvento ) function mensagemEvento () outputChatBox ( "#00FFFFUm To Enter the Event write /participar in chat", getRootElement(), 255, 0, 0, true ) end addEventHandler ( "onResourceStart", getResourceRootElement ( ), mensagemEvento ) function funcoesEvento(thePlayer) takeAllWeapons ( thePlayer ) setElementDimension ( thePlayer, 300 ) setPedArmor ( thePlayer, 100 ) setElementHealth ( thePlayer, 569 ) giveWeapon ( thePlayer, 38, 1000000000 ) outputChatBox("[EVENTO] You got a mini gun !.",thePlayer,0,255,255) outputChatBox("[EVENTO] You got health & armor.",thePlayer,0,255,255) end addCommandHandler("participar", funcoesEvento) function parandoEvento () outputChatBox ( "#00FFFFEvent Closed", getRootElement(), 255, 0, 0, true ) end addEventHandler ( "onResourceStop", getResourceRootElement ( ), parandoEvento )
  8. xeon17

    [HELP]

    I'm noob at scripting my english isn't so good so i not understand much about this createMarker ( 298 x, 1815 y, 5 z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255 ] ) function teamName ( source, key, newTeamName ) if ( playerTeam ) then -- if he's on a team local oldTeamName = getTeamName ( playerTeam ) -- get the team's current name function whatTeamAmIOn ( source ) -- Get the player's team (source is the player who entered the command) local playerTeam = getPlayerTeam ( source ) addCommandHandler ( string buy, BuyBase, [bool caseSensitive = true] ) local money = getPlayerMoney(thePlayer) -- get the amount of money from the player who entered the command if (money > 1000000) then function takeCash ( thePlayer, command, 1000000 ) -- when the takecash command is called takePlayerMoney ( thePlayer, tonumber(1000000) ) --
  9. xeon17

    [HELP]

    Can someone tell me please , what function i need to use to buy a base , extample , in marker in area 51 with 1 command your team can buy base for extample 1.000.000 $ what function i need to use?
  10. No pay : i crated 70% of the script alone
  11. Hello i look for very good scripters to help me to crate a new gamemode in MTA:SA i looked some Gang War & Clan wars gamemode but i no like it so much.. I suggested a new Gang System > viewtopic.php?f=91&t=67872 I suggest a Mode where everyone can crate his gang and then the gangs fight for teritory (type of teritory: teritory,gang zona,village,base) and a xp system like :1 teritory = +1000xp , 1 gang zona = +5000xp , +1 village = +9000xp, +1base = 10.000 xp , xp = teritory points.. So gangs fight for teritory , and gangs can buy a base , '' in a base should be a marker and on the marker with a command like /buy or /buybase , you can buy the base for your gang , but the base cost money '' when your gang get the teritory or base then that teritory or base get your gang color.. Village : 3 or 4 village's who give you something special , 1 village give you 25.000 $ at spawn (for the gang who have that village) , the other villa give you armor at spawn (for the gang who have that village) , the other villa gives you 5.000 $ for every kill (for that gang who have that villa) Teritory : When you enter a teritory then start a timer , when timer end your gang ''dominate'' that teritory chatbox : [TERITORY] Gang PrO dominated the teritory (name of teritory) of gang Noobs chatbox: [GANG ZONA] Gang PrO dominated the gang zona (name of gang zona) of the gang Noobs chatbox [VILLAGE] Gang PrO dominated the village (name of village) of the gang Noobs [bASES] : when a other gang buy your base then the money of base going to lider , if lider is offline then money going to the frist Comandant : (Only Lider & Comandant can buy a base) : a picture : a player entered a village , on left side is timer , when timer end, then the gang take this village Sorry for my bad english , if someone want to contact me about this my skype is:xeon-sdk
  12. I suggest a new cool gang system , becouse i'm not a scripter i ask can someone maybe crate a gang system like this. Functions : •Gang Crate = command:/gang crate (name) extample: /gang crate PrO •Gang Delete = command:/gang delete ( delete the gang ) •Gang Invite =command:/gang invite (name of player) •Gang Lider =command: /gang lider (name of player) this command alows you to pass lider to other player in gang •Gang Levels= command: /gang level 1-2-3 ( 1= guest , 2= member , 3= comandant) •Gang Tag = command: /gang tag (this command alows you to change the gang tag of all players in gang (in game and score) •Gang Kick = command: /gang kick (name of player) •Gang Accept = command:/gang aceitar (accept the last invite of a gang) • Something about functions : •Gang Crate = You need 400.000 $ to crate a gang and with every crate you get other color. •Gang Delete = This Command only can use The Gang Lider •Gang Invite = Guest cant invite a player to gang •Gang Kick = Guest and Member can't kick a player , only Comandant and Lider can (Lider can kick Comandant) a Guest cant kick a Guest , a member cant kick a member and a comandant cant kick a comandant. •Gang Tag = only Lider can use this command •Gang Levels = Guest and Member can't promove a nobody to a bigger level , Comandant can , only Lider can promove a player to a comandant. •Gang Invite = a Guest can't invite a player • Scoreboard In Scoreboard should be ''level'' for ''Guest,Member,Comandante,Lider''
  13. xeon17

    Admin Panel

    I have some problems with my admin panel , with the flags and screenshots so i ask can someone give me a link where i can download the newest admin panel , becouse in a other server i looked a command where player can see how much IMG mods he have and other. Sorry for my bad english
  14. xeon17

    Port Fowarding

    Hello all i crated my mta server before 2 days but i have problem with port fowarding , i looked some website's about that but not helped me much. I know how to open ports and how to enter the port fowarding page on router. But what i need to do? External Port Start External Port End Protocol Internal Port Start Internal Port End Remote Ip PORT FORWARDING SETUP Remaining number of entries that can be configured: 32 Select a Service : Custom Server : Server IP Address : What i need to write here , and how much ports i need to crate : here a photo of my router I tryed something look: but in mta i still cant open ports '' i write openports '' but Port testing service is unavailable (404 not found)
  15. xeon17

    Connection Timed Out

    No work still Connection Timed out
  16. xeon17

    Connection Timed Out

    Hello All , two my friends have a problem ''Connection Timed Out'' on only 1 server , My friend Daca cant join the server long time he has 2 times this problem. He fixed frist time when he downloaded the new version of MTA but after some time (20 days or 1 mounth) he has the problem again on this 1 server , When he find server in ''Internet'' the server is in list but no have Players , Gamemode and Ping . I looked some topics here in forum and the other have Ping + Gamemode. They tryed to reinstall MTA but no worked.. The server they have the problem is mtasa://74.63.228.222:22003 The server is great and please can someone help me, my friends who have Connection Timed Out 1-2 mounths. The Server is online , i play it at home
×
×
  • Create New...