Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. Then you could easily draw triangles! (and more crap)
  2. ^^ but you knew what he meant Good idea! I +1 this.
  3. Dunno, maybe he wants to use a "Windows Server" on a micro-computer. Except it is "Multi Theft Auto: Server"
  4. will be able to help you with this, however I might have to ask him whether he would want to host your totally original,anti-stolen-codes server.
  5. qaisjp

    Moving objects

    I would rather use a collision shape, since all you would need is an event to move it.
  6. Thief thread: viewtopic.php?f=91&t=34467 - please remove code.
  7. 2012 Iran invasion operation flying dog? kirkuk tehran molygdehum what are the other 2? (P.S, Jaxxo, can I be a tester )
  8. You could try lagging the server by using 100 setTimer's and setPedAnimations..
  9. qaisjp

    GTA to MTA

    [ishouldnotbackseatmod]Please take this fight/prove point or whatever it is off the forum thread and take it to PM's. This is simply offtopic and won't help others except show them a legal message (that will help). [/ishouldnotbackseatmod]
  10. qaisjp

    GTA to MTA

    Step 2: Find a online converter (this might help: http://gtamap.delux-host.com/converter/ )
  11. also i recommend u to use notepad++, and read scripts from community for examples (thats how i learnt)
  12. You have slow net or u hv to remove "extenal server" from ur mta server config
  13. qaisjp

    setting skins

    lol, use math.round (see useful funcs) and see if it is 217/211 then
  14. I don't know whether this may help or not, but on The_GTA's testing server there is a resource called "surface" and I asked what it was and he claims it's a default resource. I havnt seen if it is, but if it isn't I will try and get it and post it on here.
  15. What John said, if you are using another chat script, use getPlayerNametagColor(p) in replace of r,g,b
  16. qaisjp

    censorship help!

    Uisaqin, that is still a(n) (epic) fail. It's impossible if you don't use EXPORTS. Also you can use "return". Try - I don't think The_GTA gave you the player controller to release it on the community to claim ownership, The_GTA made it all and I recommend you add him as an owner too.
  17. Well thanks DemoN, once i get my friend to get back from his 4 hour walk and restart the server (trololo i crashed my server just by typing /refresh) i will test it
  18. The minimum interval is 50, so therefore I suppose the interval must be divisible by 50.
  19. local x,y,z = getElementPosition(door) function onResourceStart() door = createObject(3095,1279.9134521484,-2054.0205078125,62.628402709961,0,271.07666015625,0) end addEventHandler("onResourceStart", resourceRoot, onResourceStart) function move(thePlayer,cmd) if ( z == 62.628402709961 ) then moveObject ( door, 10000, x, y, z + 10 ) else outputChatBox("Door is already open",thePlayer,0,255,0,true) end end addCommandHandler ( "dooropen", move) function movez(thePlayer,cmd) if ( z == 72.628402709961 ) then moveObject ( door, 10000, x, y, z - 10 ) outputChatBox("Door is already closed",thePlayer,0,255,0,true) else end end addCommandHandler ( "doorclose", movez) The real fixed verison ^^ (untested)
  20. qaisjp

    Numberplate

    It should work for all, it depends if you are using a vehicle mod, some veh mods cover it up. Also remember to check if the vehicle has a numberplate
  21. Players are peds, but peds are not players.
×
×
  • Create New...