Jump to content

Tockra

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by Tockra

  1. Client site it dont run too... Now i added: setTimer( function() setCameraTarget(player,player) end,60,1) -- It needs at least 50, for runinng... Why im the sole exception, who have problem...
  2. function playerJoin() bindKey ( source, "enter", "down", enter,source ) -- bind the player's F1 down key end addEventHandler("onPlayerJoin",getRootElement(),playerJoin) function enter() local x,y,z = getElementPosition( player ) if(getDistanceBetweenPoints3D( x,y,z,2305.7766,-16.1296,26.7496) <= 1.0) then --Bank raus -- This run if(getElementDimension(player) == 4) then -- This run fadeCamera(player,false,2.5) -- This run toggleAllControls (player,false) -- This run setTimer( -- This run function() -- This run setElementRotation player, 0,0,180 ) -- This run setElementPosition( player,1462.5670166016,-1013.8486328125,26.794647216797) -- This run setCameraTarget(player,player) -- This dont run. I should set the camera behind the Player after setPosition... If i delete setElementRotation OR setElementPosition it run... triggerClientEvent(player,"destroyPedB",player) -- This run setElementDimension(player,0) -- This run toggleAllControls (player,true) -- This run fadeCamera(player,true,2.5) -- This run end , 2500,1) -- This run end end end end So here is the complete code... Its mystic o0
  3. Hi , i have a problem with setCameraTarget... It returns true, but it dont run : http://pastebin.com/BXdJfACq
  4. Tockra

    3Ds Max 2011

    Yes thank you, but that tool is only for maps !? Or can i do other thinks with it ,too ?
  5. Tockra

    3Ds Max 2011

    Hi, i heard i can make models for San Andreas / MTA with the program 3Ds Max. Now i want to ask, how i can save models as the san andreas model file ? I heard it exist a special plugin for 3ds max, which makes easier to make animations for cars (doors, weels, lights) ... And i want know, how i can open an exist model file like a pickup... MfG. T
  6. Then happenz nothing i hear only "bing bing bing " ... €: Okay i see it exist a log... An other problem, when i want to register then come this Text : "You must have been using this nick for at least 60 secounds to register." and then my nick will changed to GuestXXXX
  7. Hi, i want download the MySQL module for linux (.so), because i have only the one for windows, but the link is down : http://dan.bastage.net/mta/MTA-MySQL-0.41.rar I hope someone can reupload it ...
  8. Okay also now the channel exist when im not there too ? And how can i set the settings like : "Topic"
  9. Is ChanServ a Bot who make it automatical ? And for what need i the password ?
  10. Hello guys, Can i create a own channel in the mta irc ? If yes , how ? MfG I
  11. Discription: Here is a new map from the House Unlimited. This map is made by Snap*... Watch this Video and when you like it then download it : Video made by Tockra ( Me ): Download: -> MTA Resource Datenbank: https://community.multitheftauto.com/index.php?p= ... ils&id=945 -> File-Upload.net : http://www.file-upload.net/download-272 ... m.zip.html -> Rapidshare.com : http://rapidshare.com/files/411014868/D ... m.zip.html
  12. Hello Guys, I have one question... Exist a running version of a mta server for a 64 bit linux system? MfG. ich
  13. u triggering "playerid" not "Player" dunno if its right what im saying. read pls ! That is not the Error ! @ Dragon : http://pastebin.com/UKiKp35E €: When i delete : if(getElementData(player,"XX") == 0 or getElementData(player,"XX") == nil and getElementData(player,"XX") > 0) (In this line is the Warning ) then i get nowhere warning...
  14. The triggerevent problem isnt a problem anymore. The new problem is this : http://pastebin.com/SWhuxPf3
  15. Thanks, i will test it, but in the wiki is this ? : triggerEvent ( "onSpecialEvent", rootElement, "test" ) Thank you it run (but not good ) : Here is the next Error. I dont know, why the error comes but look : http://pastebin.com/SWhuxPf3
  16. hi, can someone say me, why that not run ? : http://pastebin.com/YvN0RF9Z
  17. Discription: This map is a new [DM] . This times te map isnt made by me. A friend ( Snap* ) made this map. I and he hope(s) its enjoy you. Here a a video, too : Download: -> MTA Resource Datenbank: https://community.multitheftauto.com/index.html?p ... ils&id=937 -> File-Upload.net : http://www.file-upload.net/download-271 ... y.zip.html -> Rapidshare.com : http://rapidshare.com/files/410137536/DM_Holy.zip.html
  18. Discription [DD]UnLiMiTeD's_Arena_V1 is a Destruction Derby map, which plays in the GTA San Andreas Derby Stadion. All players spawn with Bloodring Banger. It exist only one repair pickup (it's secret) all must fight until death. Download : -> MTA Resource Datenbank: https://community.multitheftauto.com/index.html?p=resources&s=details&id=936 -> File-Upload.net : http://www.file-upload.net/index.php?to=links&id=2707469&img=0&cod=cmvag&hash=d5d3cfe02c166acc3db8eac79f3ca1be -> Rapidshare.com : http://rapidshare.com/files/409779618/TMap_02.zip.html
  19. This map is my first Map. I hope it relish you. Here one Youtube video : https://www.youtube.com/watch?v=wJDg6t6A ... r_embedded Download Links: -> File-Upload.net : http://www.file-upload.net/download-2696290/TMap_01.zip.html -> Rapidshare.com : http://rapidshare.com/files/408967740/TMap_01.zip -> mta Database: https://community.multitheftauto.com/index.html?p=resources&s=details&id=928
  20. Which program need i to open .db ?
  21. Hi Guys, i want know, how i can disable the /register, /login and /logout Command... I added this in the acl.xml but that hadnt a effect : <right name="command.login" access="false"/> <right name="command.logout" access="false"/> <right name="command.register" access="false"/> (under Default) And i have an other question, too. Where are the Accounts saved? I didnt find the accounts in the accouts.xml. I deleted it and can login with my old accounts ...
  22. So i now starting my resource as last resource and now the gamemod name is shown (without setGameType). I need now only the map name...
  23. I currently have this : <info author="Tockra" version="Alpha" type="gamemode" name="Tim" description="rp" />
  24. I dont know, what you mean ? And 50p i dont found onGamemodeStart in the Wiki...
×
×
  • Create New...