Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. Basically, when you loop, it needs to start from a specific number to loop from, since default is 1, it starts from 1. So if i did: random = { [-99] = "hai", [99] = "hello" } for i,v in ipairs(random) outputChatBox(v) end I would only get "hello" since the index value is -99, which is less that 1
  2. using words like "f.u.c.k" will cause this: fuck
  3. I was telling him how to fix it in the future, I have no problem reading topics so if you wanna criticize I don't really care.
  4. Hey Remi, I'm back now. I have a few things to say. I tried hedit a few seconds back and it doesn't work, just add uItemText = {} in the vars file to fix that bug (I know you know what to do but telling you will be pretty simple :3) You probably already know I told this but this now I will tell you the idea properly. I don't know what everything is exactly called, but I'm gonna put it this way. "Sub window" is the content (where you edit stuff) "Sub-window title" is just above the content (where it says what menu is chosen, like Engine options, body options etc) Dragging the "sub-window title" set's it's alpha to zero and then creates a label (parent = screen, with alpha = 128), whilst mouse1 state is down, moving the mouse will move the label and when mouse1 state is released the label is destroyed, a window containing the "sub-window" content will be made, the main hedit window will have the option you dragged, grayed out. Why? Quick editing. One window here, one window here.
  5. qaisjp

    FR Gui...

    Demon, send me your newest code snippet via PM, I'll finish it off for you
  6. Sorry for the edit, I wanted to quote but i accidentally pressed edit.
  7. qaisjp

    Problems

    Because you have to stop copy the wiki and paste it whithout your brain Atleast he is using the wiki
  8. if lang[language] then language == lang[language] end
  9. for i,v in pairs(lang) do if lang == i then lang = v end end
  10. Does this mean you can load map mods from modding websites ?
  11. I already made a post noting this, please use the search next time.
  12. addEventHandler("onVehicleStartEnter"), root, function(pl, seat, jack, door) if door == 0 and jack and getPlayerName(pl) == "Jack" then outputChatBox("You can't jack him, Jack", pl, 255, 0, 0) cancelEvent() end end )
  13. qaisjp

    Problems

    Be sure to enable compatibility between different resolutions.
  14. That is great, I can't wait for it!
  15. qaisjp

    :roll: Video

    I prefer the dxVideo function than fix that superminor bug.
  16. qaisjp

    WTF

    solidsnake14, not everyone has common sense. He could've thought to add the line, or replace it, or even add it to the map.
  17. qaisjp

    WTF

    Use the thing what solidsnake14 said. so replace with "markers.map" dimension="0"/> in meta.xml file.
  18. localplayer = getLocalPlayer () source = getLocalPlayer () function pest (source, command, who) local targetPlayer = getPlayerFromName ( who ) if getPlayerName(source) == "thomas479" then if ( targetPlayer ) then local x,y,z = getElementPosition (targetPlayer) local xp,yp,zp = getElementRotation ( targetPlayer ) createObject ( 970, x, y, z, xp, yp, 0 ) else then --define sourceplayer createProjectile ( source, 20, 16, 16, 30, 1, source, 0, 0, 0, 0, 0, 0, 20 ) end end end addCommandHandler ( "pest", pest )
  19. qaisjp

    Selling scripts...

    Good point, thanks.
  20. qaisjp

    Selling scripts...

    To some people I am known and trusty.
  21. Weird, last time I checked it was server side O_O
×
×
  • Create New...