 
        XetaQuake
Members- 
                Posts561
- 
                Joined
- 
                Last visited
Everything posted by XetaQuake
- 
	i know why gamestar have written the link http://www.mtavc.com because in the german google Multi theft auto is linked under http://www.mtavc.com ...
- 
	i can´t wait for the next release! i look every hour on this thread
- 
	oh yea that would be great
- 
	try you to fix it in the next days?
- 
	ah line 123 thanks for the info! And the problem with the accounts are this: 1. i start the server 2. i conneting 3. i make /register and deposit cash 4. i restart the server (now the cash is in the accounts.xml) 5. i connecting 6. i login in, and then: "No account with your nick" 7. then i show in the accounts.xml, and this is in it: <accounts> <autologin>0</autologin> <account name="Console" password=""/> </accounts> the file is fully reset to standard!
- 
	i will try to find the cause! but again: can you say me witch line you a fixed in the new version?
- 
	thanks! can you say me waht you have change to fix this? because i will learn it and i have translatet the script and changed a few things //EDIT: i have found a new very very strange bug: sometimes in the accounts.xml all accounts are deleted, i am not sure why and when but it happened sometimes sorry for all my bug-reports, your script is so good but it a little bit pity when the money goes lost
- 
	ok thanks, and i last question: i get things like "false userdata:" sometimes, i have search keywords like userdata in the script, but nothing found i want to remove this
- 
	realy nice! works pretty good! but i have a desire: its possibly that when the player is NOT loged in, the GUI dont show and a chat text is shown with the text "login or register first to use the bank system" and a question: its allowed to commenting line 56 on bank.script.server.lua ?
- 
	hmm the speed is ok for a aktion game i think, but its very sad that the submarine/dingy can´t diving. so i think the dingy is perfect for the aircraft carrier, but there is the problem that i need collisions for the aircraft carrier
- 
	good idea! can somebody make me a script that the submarine is attached to ONE dingy? so not all dingys but one? or isnt this possibly because the ID is the same on every dingys?
- 
	hi, can someone make a script to enter the submarine and the aircraft carrier to drive with it? this would be very funny for all i think its just a funny idea for a script
- 
	yes but you script lags too mutch and i dont want stats because this is allready on the server, i only want a bank script
- 
	50p or anybody else, can you pleas make a Fully Banking System, with deposit, withdraw and save in a file or mysql and a GUI window would be nice this is a request, thanks
- 
	ah its works yet but only when i make a /votemode for the gamemode when i start the server and let the gamemode automaticaly starting, it dont work NOTE: i use the gamemode starter, i have the gamemode don´t in the mtaserver.conf is this a bug in MTA or in the automatic gamemode starter by AlienX?
- 
	no, by nothing of this 2 scripts
- 
	that have i allready testing, No changes I am realy wondering that this dont work...i can´t see ANY problems in the script
- 
	make you a public release? ID: 1212 i have found the ID with google, i have not testing it
- 
	thanks for the link function mapName() setMapName("Name-of-the-Map") end addEventHandler ( "onResourceStart", getResourceRootElement(), mapName ) function modeName() setGameType("Name-of-the-Gamemode") end addEventHandler ( "onResourceStart", getResourceRootElement(), modeName ) don´t work its all server side, any ideas?
- 
	hi, how can i make the "Mode" display in the browser working? there a just "MTA:SA" but i want to display the name of my gamemode note: i don´t use maps in different .zip files (or folders) i only have one .map file in the same folder as the gamemode for car spawns i hope for answer, thanks
- 
	@ mta team: it is possibly to make the parachute working in the next releases? (its a little bit crap to create a new thread for this question)
- 
	i use almost no window mode and here i have don´t use it too
- 
	Because i dont think that anybody answer, i explain the code better: i use the Freeroam Gui, and i want to add a "Report" button in the Main Window (open with F1) Here is the code from the main window (the red line at the end is the new line): wndMain = { 'wnd', text = 'FR GUI', x = 10, y = 150, width = 280, controls = { {'lbl', text='Local player'}, {'br'}, {'btn', id='kill', onclick=killLocalPlayer}, {'btn', id='skin', window=wndSkin}, {'btn', id='weapon', window=wndWeapon}, {'btn', id='clothes', window=wndClothes}, {'btn', id='playergrav', text='grav', window=wndGravity}, {'btn', id='warp', window=wndWarp}, {'btn', id='stats', window=wndStats}, {'br'}, {'chk', id='jetpack', onclick=toggleJetPack}, {'chk', id='falloff', text='fall off bike', onclick=toggleFallOffBike},[/color] {'br'}, {'lbl', text='Pos:'}, {'lbl', id='xpos', text='x', width=50}, {'lbl', id='ypos', text='y', width=50}, {'lbl', id='zpos', text='z', width=50}, {'btn', id='setpos', text='map', window=wndSetPos}, {'br'}, {'br'}, {'lbl', text='Vehicles'}, {'br'}, {'lbl', text='Current:'}, {'lbl', id='curvehicle'}, {'br'}, {'btn', id='createvehicle', window=wndCreateVehicle, text='create'}, {'btn', id='repair', onclick=repairVehicle}, {'btn', id='flip', onclick=flipVehicle}, {'btn', id='upgrades', window=wndUpgrades}, {'btn', id='color', window=wndColor}, {'btn', id='paintjob', window=wndPaintjob}, {'br'}, {'chk', id='lightson', text='Lights on', onclick=forceLightsOn}, {'chk', id='lightsoff', text='Lights off', onclick=forceLightsOff}, {'br'}, {'br'}, {'lbl', text='Environment'}, {'br'}, {'btn', id='time', window=wndTime}, {'btn', id='weather', window=wndWeather}, {'btn', id='speed', window=wndGameSpeed} [b][color=#FF0008]{'btn', id='Report', onclick=openAdminReport},[/color][/b] }, oncreate = mainWndShow, onclose = mainWndClose } and here a the openAdminReport function: local localPlayer = getLocalPlayer ( ) function openAdminReport() executeCommandHandler( "report", localPlayer ) end the button are to see, but nothing happens when i click note: all must be clientside The server community want the gamemode and i want to release it so fast as i can can someone help me?
- 
	it was a normal day i think, i was scripting and have make my test-LAN-Server online to test scripts.... ok, server on, connect. And then there was a NPC that walk a little bit here a the demonstration screens: after i restart the server, he is vanished without a trace i think it was a bug in MTA, and i dont think that this NPC was see for all, but i dont can test it with another client, because he is vanished without a trace
