Jump to content

Mat101

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Mat101

  1. hey guys i've been trying to enter the mta wiki for 3 days now and it's still down.. can someone tell me when it will be online?
  2. Mat101

    3 Qeustions..

    Another question.. How to enable stunt bonus?
  3. Please re-upload this somewhere else.. I need to learn from it (:
  4. Mat101

    3 Qeustions..

    Oh lol thanks i didn't understand him.. I will copy the script into the gm now (:
  5. Mat101

    3 Qeustions..

    Can you done that for me please (: ?
  6. Thanks Binslayer! Topic can be locked. (Fixed)
  7. I'll do lots of updates yesterday and today i just realize that the commands are not working.. I'm editing broph here is my full script http://pastebin.com/TEKTyusn (P.S I have objects on another resource)
  8. Mat101

    3 Qeustions..

    Ok Ok i got some to work. But as i said i will ask maybe more questions .. How to make if someone left the server it says ".. Has left The server"
  9. Mat101

    3 Qeustions..

    Hey, 1st of all sorry if im spamming making topic's but only here i can get some help . 1.) How to make a moving object when a player is near the object i know it's moveObject but i dont know the function how to do when a player is near the object ?? 2.)How to make pickups with effect? Not like health/armour/guns, Example a teleport?? 3.) How to disable falling of bike, I know something that is Knockingofbike or .. something like that i need it properly? Thanks mates. I'll maybe post more questions here because i'm still new to lua (:
  10. Lol let me try it .. Thanks for the info (((: Edit, It Work's perefectly! Thanks
  11. function aa (playerSource) local vehicle = getPedOccupiedVehicle(playerSource) if vehicle then setVehicleFrozen(vehicle,true) setElementPosition (vehicle, 384.0750,2541.4612,16.5391) setTimer(setVehicleFrozen,500,1,vehicle,false) else setElementPosition (playerSource, 384.0750,2541.4612,16.5391) end outputChatBox ("You Have Been Teleported To The Old Airport!!", playerSource, 0, 255, 0) end addCommandHandler ( "aa", aa ) ---- This Command above works fine... Now this doesnt work see function sf (source) local vehicle = getPedOccupiedVehicle(playerSource) if vehicle then setVehicleFrozen(vehicle,true) setElementPosition (vehicle, -2621.7676,1396.3899,7.1016) setTimer(setVehicleFrozen,500,1,vehicle,false) else setElementPosition (playerSource, -2621.7676,1396.3899,7.1016) end outputChatBox ("You Have Been Teleported To San Fierro!!", playerSource, 0, 255, 0) end addCommandHandler ( "sf", sf ) Edit : By the way im getting those warnings in the console P.S Im editing broph..
  12. You're doing something wrong.. that's why. Like what? Should i post one of the teleport that is not working?
  13. Ok Thanks it works but **** keep's comming, Now the teleport works only on /aa .. i do lots of teleports but none of them works only /aa ..
  14. A Problem... When i teleport with a car, The car goes fast as hell.. Someone know how to fix it?
  15. Thanks varez for that GUI Tut Oh and here's the code sorry, this is one of my teleport function aa (source) setElementPosition ( source, 384.0750,2541.4612,16.5391) outputChatBox ( "You Have Been Teleported To The Old Airport!!", source, 0, 255, 0 ) end addCommandHandler ( "aa", aa )
  16. Hello, I'm here agian, and i need your help guys, i created lots and lots of teleports, and they working fine but if the ped/player is in car it doesnt work, It says the message that i set example You have been teleported to .. but it doesnt teleport to pos if the player in the car Oh and i have another question , I just seen this on lots of server.. When a player join it show a image file.. Can someone do it for me? my folder of the pic is img\title.png Thanks for help
  17. The whole script doesn't work, Here is a picture.. http://img442.imageshack.us/img442/9148/90058203.jpg
  18. @Zango, The script is crashing with this code addEventHandler("onPlayerWasted", getRootElement(), function(ammo, killer) if getElementType(killer) == "player" then outputChatBox(getPlayerName(killer)).." has just killed you!", source, 0, 255, 0) end end )
  19. Ok.. Maybe i'm really going off topic now, because i don't want to make lots of topics since im a noob scripter here 1: How to set player postion? 2:How to set player world? 3: How to set player Interior Thanks!! Sorry if im being (....)
  20. Hello, I'm Wondering if this will send to all players or to the player. addEventHandler("onPlayerWasted", root, function() outputChatBox("You Got Wasted!!",true) end ) Does that send it to the player or to all? And i have another question... onPlayerWasted is there any way to... Example : Mat101 Has Just killed you. (mat101 example mean the player name) Thanks for help!
  21. Hello, I'm trying to find someone that can learn atleast the basic's of the scripts. i just came from another client and i was a scripter there but here i cant start. I just download notepad++ but i don't know how to use it. If you are interested PM me and ill pm you my email. Thanks.
×
×
  • Create New...