Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. I wasn't giving raw code. I was giving examples. Just edit the bindKey.
  2. qaisjp

    Selling scripts...

    Yet you refuse to tell me.. :3
  3. This is confusing, I hate it when people edit it to make things different -.- Then whatever people said become fake. You should make a new post with the code, not edit it.
  4. qaisjp

    Selling scripts...

    Does anyone have an idea of how to sell scripts? What is the best and safest way? Thanks in advance, Qais.
  5. I have already done this before. Use: unbindKey("y", "down", "chatbox", "teamsay") bindKey("y", "down", "chatbox", "friendsay") addCommandHandler("friendsay", function(thePlayer, theMessage) for i,v in ipairs(myFriends) do outputChatBox(v, theMessage) end end )
  6. By the way, setPedControlState is also server side.
  7. He wants to use the mouse to steer the car, like how flying using mouse.
  8. local safeObject = createObject(1337, 0, 0, 0) local x,y,z = getElementPosition(getLocalPlayer()) local wx,wy,wz = getElementPosition(safeObject) local dis = getDistanceBetweenPoints3D(x,y,z,wx,wy,wz) if dis >5 then outputChatBox("your not near a safe") else outputChatBox ("you ARE near a safe") end safeObject is the safe OBJECT. Is the safe object already made? If so, copy the createObject line.
  9. Hm. So you want to move the mouse to drive, right? I don't know, I have an idea though.
  10. Since it says V2, is there a beta/alpha release of your resource? I would like to see the source :3 (I'm not gonna copy anything)
  11. Do you have an estimated release date?
  12. That is made by bmat, don't say you made it!
  13. instead of setElementData(getLocalPlayer(),"CharacterCigarette", "2", true) do setElementData(getLocalPlayer(),"CharacterCigarette", 2, true)
  14. qaisjp

    :roll: Video

    Hellooo? diegofkda, don't you see the POSITION value. Pwned. You laugh at meh, I'll laugh at you.
  15. Oh and remember if you have example = {} and you try example.chatbox.help = "Help!!" it won't work since you need example = { chatbox = {} } or example = {} example.chatbox = {} :3
  16. qaisjp

    Login

    Thanks! I'm going to use that! Jaysds1, I don't know if you are just getting your post count up or it was an honest mistake. But please check before hand -.- Thanks for your help Castillo and karlis but I am going to go for John's idea + SDK's command limitation
  17. qaisjp

    :roll: Video

    Wow, i think they would implement that with images before doing it with videos. But that is still possible. dxDrawVideoSection + ...
  18. Tru updating your servr
  19. if you do intInfo, it also sends all it's'children' so, it would transfer everything (IntInfo[1] .. IntInfo[2].Y and soo on..)
  20. I forgot about element data. I was gonna say exports.
  21. He wants to transfer a variable from one resource to another.
  22. lol, that actually made me laugh... lol, I just realised I insulted AHSS
  23. qaisjp

    :roll: Video

    a 3d could easily be implemented (thats why i suggested onClientPreRender, instead of a static image like guiCreateImage)
  24. Sorry for bump but for collisions you should use onElementStreamIn and set the collisions again
×
×
  • Create New...