Jump to content

DrifteR

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by DrifteR

  1. i tried an close downgrade and it didn't work, but now, at mtasa-1.0.4-rc-2035-20101013, it works edit: After the downgrade and a restart, it shuts down again, help :-/ ? edit: I'll try the unstable version : mtasa-1.1-unstable-1998-20100915
  2. No resource loaded, then , boom, it dissapears
  3. Same problem it still shutsdown
  4. Hi, i have a problem, My server Crashes after loading the resources, i know that is not from my code , because i don't get the message that the server shuts down.. can someone help?
  5. for the beta-testers it may be an issue about the timezones...
  6. DrifteR

    Detect admin

    i can't find it on wiki, maybe i'm a bad searcher, but how to detect is a player is admin or not?
  7. hi, Can i replace the infernus sound with a costum sound(recorded by me) if i can , how?
  8. -beta tester () - locations of little buildings near roads, where will be marker, that you can hit at high speed and get back to road. Something like this - ID/name of object, which I can pass-through with car (something like that building near standard freeroam spawn point - but with bigger 2nd entrance - one is ok, 2nd is too small - you should be able to drive-through it with high speed with no damage). If there's no such object I'll do custom one - but I'd like to avoid it, I barely remeber how to do 3d models - ID/name of objects looking like garages (something more complicated than clean walls (like near CJ house) - i preffer objects like this) - but i need only a few (3, 4 ?) - or this also can be just locations of such objects. Is ok?
  9. i can help you, give me a task and i'll do it (im bored, i don't have anything else to do, and i like to be helpful)
  10. Since the Wiki is still down, i am asking for some syntaxes : -Can i set the max speed of the vehicle -Can i set the max health of the vehicle -How can i teleport the player and the vehicle to a point (i can teleport only the player)
  11. DrifteR

    PlaySound3D

    hay, thanks a lot
  12. DrifteR

    PlaySound3D

    Hi i have a question (wiki is not working now) i have this code local sound = playSound3D("music.mp3", 614, -1896, 3.5, true) setSoundVolume( sound, 100) My question is, how to expand the radios of the melody, i walk 3 meters from the center and it cuts off the melody! Can someone help? ___________________________________________________________________________________________ Sorry for my bad english, im from romania
  13. Can you specify a link please; it seems i can't find it....
  14. Hi, can anyone help me out? Here is a part of my config for the server.... <config> <servername>Fun Server</servername> [color=#FF0000]<serverip>5.xx.xx.xx</serverip>[/color] <mtusize>1264</mtusize> <serverport>22010</serverport> <maxplayers>50</maxplayers> <httpserver>1</httpserver> <httpport>22011</httpport> <httpdownloadurl /> <ase>1</ase> <donotbroadcastlan>1</donotbroadcastlan> <password></password> <logfile>logs/server.log</logfile> <acl>acl.xml</acl> <scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile> <scriptdebugloglevel>0</scriptdebugloglevel> <htmldebuglevel>0</htmldebuglevel> <fpslimit>30</fpslimit> The problem is that when i start the console(server) it says Server Name: Fun Server Server ip adress: Nothing So... if you know that to do, please help me... http://img94.imageshack.us/f/serverip.png/ Update* : i can connect to my server via my static ip 5.xx.xx.xx (ip from hamachi 2) and also via my dynamic Ip(from my provider)
  15. Hi , Can someone help me with this? local x,y,z,rx,ry,rz= 0,15,15,0,0,0 function createpirateship(cmd) local lx,ly,lz = getElementPosition(getLocalPlayer()) lx = lx + 5 veh = createVehicle( 484, lx, ly, lz) base = createObject( 8493, 2,2,2) setElementCollisionsEnabled ( base, false ) attachElements ( base, veh, x,y,z,rx,ry,rz) end function rotateIt(cmd, addZ) if(addZ) then rz=rz+addZ setElementAttachedOffsets (base,x,y,z,rx,ry,rz) end end addCommandHandler("pirate", createpirateship) addCommandHandler("rotate", rotateIt) The problem is that after i created the vehicle , i can't drive it. I know im a noob (started to learn lua 2 days ago) Can someone help me correct this problem , and is there any "GetCurrentVehicle" to attach the objects on the vehicle while i'm in it?
×
×
  • Create New...