
JasperNL=D
Members-
Posts
60 -
Joined
-
Last visited
Everything posted by JasperNL=D
-
- sigh.
-
Welcome back Scar =D Who is this o_o
-
@MCvarial o_o @remi Changing the compatibilitymodus (or whatever) doesn't work
-
Hi people Since a couple of months i've got a new pc, which is fast enough for playing MTA with the windows Aero theme (unlike the previous one ) But, when i start MTA in windowed mode, it changes the theme to the basic one. I don't want this, someone knows how to cancel this shit o,o Thanks for your help =3
-
Why would you post here if you say the link too >_>
-
scripten: ook (niet-geekstyle), msn: ook, skype: soms, linux: soms, gamen: ook (ook andere) en security nerd uithangen: nee. Je maakt me bang
-
Looks like sonic.
-
Install modules to the mta server. There are 2 different MySQL modules https://wiki.multitheftauto.com/wiki/Modules/MySQL and https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL I should chose the first one, that's a small one with not many functions (shouldn't use much CPU), but the link is broken. The second should work well.
-
01001000 01101001 01110010 01101111 01100010 01101000 01101111 01101100 01100001 01101110 01100100 01110100 01101000 01100101 01101111 01110100 01101000 01100101 01110010 01110000 01100101 01101111 01110000 01101100 01100101 00111010 01000100 01110111 01101000 01101111 01100011 01100001 01101110 01110010 01100101 01100001 01100100 01110100 01101000 01101001 01110011 01101001 01110011 01100110 01100011 01101011 01101001 01101110 01100111 01100111 01100001 01111001 00111010 01000100 Anyone ca translate it back http://www.patorjk.com/software/taag/
-
Learn how to script on your own
-
I have the same bug with my RPG too which runs with windows I've noticed when the server uses very much RAM memory, it shuts down itself, but i've got no idea how to fix it :<
-
There's nothing wrong with, except some bugs. [2010-07-19 19:27:25] WARNING: scoreboard_http.lua(Line 17) [server] getClientName is deprecated and may not work in future versions. Please replace with getPlayerName. [2010-07-19 19:27:25] Some files in 'scoreboard' use deprecated functions. [2010-07-19 19:27:25] Use the 'upgrade' command to perform a basic upgrade of resources. You need to type "upgrade" in the console, wait a while and it would be fixed [2010-07-19 19:27:25] WARNING: kwktotaldestruction\destruction.lua:52: Bad argument @ 'call' A script bug, I don't know what's wrong with it. But it's a warning, not an error, so it can keep on running with it
-
Are you trying to add pickups with the mapeditor? Just click on it and press F3 (a key on your keyboard ) Here you can set how much ammo it needs to be, the respawn time and much more When you want to script it, you can use the createPickup function - link: https://wiki.multitheftauto.com/wiki/CreatePickup When you want to create an uzi at x=5 y=19 z=2, you do this in the LUA file. createPickup (5,19,2,2,28)
-
http://www.portforward.com ís free maybe you need to click "skip ads" when you click your router.
-
Ik snap niet helemaal wat je bedoelt, volgens mij wil je race afsluiten Type in de console (het zwarte server-scherm) in: stop race Als je bedoelt dat je de plaatjes anders krijgt, moet je wat meer doen - Ga in de MTA server map naar MTA ... /server/mods/deathmatch/resources/race - Zoek in de resource de plaatjes op, opene ze en bewerk met paint ofzo EDIT: I think this topic is in the wrong section
-
The admin panel bugs sometimes at me too Maybe installing the latest resources :'] You can download them here: http://code.google.com/p/mtasa-resources/downloads/list
-
I've made the snippet for you and uploaded to the community, hope it works good for you:3
-
as i know, windows 7 is just working with MTA isn't it the GTA version, because 2 versions are in trade. You only can use one :< so you maybe need to patch it o,o
-
sounds like you want a 3th bar above health or armor, so you need DX functions. Or do it easier, with a gui progress bar =D but it don't looks like something, but it has to work create a timer, which sets down the progress bar every ... seconds with 1. everytime when the timer repeats, check if the new one is 0, when it is. killPed () the player:D when you pickup a hamburger pickup or so. set the progress bar to 100, and play again :3 not a very difficult script i think o,o
-
I don't know if the question is already answered but i think this will work. https://wiki.multitheftauto.com/wiki/GetKeyState it gets the state of a key. So, if you want teh key combination a + b + c, you need to bind c, and getKeyState a and b bindKey (getLocalPlayer(), "c", "down", function ( player, key, keyState ) if (getKeyState (player,"b") == true) and (getKeyState (player,"a") == true) then outputChatBox ("Look at me! i've pressed A, B and C in one time!",255,0,0,false) end end) bindKey I hope it works. I haven't tested it, but I think it will work Btw, my example is client-side! Edit: When you do press A and C and after it B, it don't works! C must be pressed at last!
-
When you look at the publishing date i was earlier o,o And it's not stolen because I don't watched his script he just has dont it better :'] so what o,o
-
sadly noob posted this on the community >_> https://community.multitheftauto.com/index.php?p= ... &id=250603
-
I see you bindthe keys WSAD, but (i think) there are players (like me ) which use the arrows, in case of WSAD. The MTA wiki says: key: The key or control you wish to bind to the command. See key names for a list of possible keys and control names for a list of possible controls. So you can use "vehicle_left" in case of "a", "accelerate" in case of "w" this will work vor everybody Btw, if this is client-side, you better can use onClientResourceStart, not onPlayerSpawn, then you don't have to remove the handler if the player is wasted :']
-
I though about a lock-unlock system too, but not now. Maybe later. I think just with a button in the GUI or something o,o
-
this is the syntax for water in XML (so a map) i don't understand why people only can drop objects, pickups, markers and vehicles in the mapeditor. Why no blip, radar area ._. thats strange