Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

Everything posted by Et-win

  1. Would depend on your computer specifications.
  2. if (rx == -30) then PS: Please note it will only work when it's exactly -30, which is almost, ehh, never.
  3. https://wiki.multitheftauto.com/wiki/OnPlayerJoin No it will be 'nil' because it doesn't exists, which means error (or everyone sees it as soon as someone joins). 'source' will work.
  4. setElementVelocity --[[This one is more useful for vehicles if you just want to speed the vehicle forwards:]][url=https://wiki.multitheftauto.com/wiki/SetElementSpeed]https://wiki.multitheftauto.com/wiki/SetElementSpeed[/url]
  5. Noobs editing it and claiming it as theirs, maybe that's why.
  6. You should edit the scoreboard for that. Just search for the line which creates the player's names and check if he had the most kills or not.
  7. Changed the To do list too. Actually funny enough that no one ever reported that saving the client-settings is impossible when you don't have permissions to save the server-settings, makes me wonder if there are even people using the system ^^; Anyway, this will be the last update for CWS.
  8. Still working on it, but not full time. Hope to release these and more features soon.
  9. Et-win

    Team vehicles

    Did you said the same when you just started (and no that doesn't count if you know other scripting languages)?
  10. You also can just place an invisible GUI Scrollbar behind it and get those positions.. Why you want the hard way
  11. Just check if the bar is clicked, then just check while moving the mouse if the bar is between the possible sizes where it can move...
  12. Then post INFORMATION about it. Why not posting pictures? Scared that we see it's stolen?
  13. Your work in the beginning....... --- Nice, next stop its DX buttons! ^^
  14. https://wiki.multitheftauto.com/wiki/OnClientExplosion
  15. local blockCreate = false function createBarrier(thePlayer) if (blockCreate ~= true) then local x, y, z = getElementPosition(thePlayer) barrierObject = createObject(1225, x-1, y, z-0.6) if (barrierObject ~= false) then blockCreate = true end if (isPedInVehicle(thePlayer)) then end else outputChatBox("Creating barrier blocked, delete your existing one first.") end end addCommandHandler("explosivo", createBarrier) function deleteBarrier(thePlayer) if (isElement(barrierObject)) then destroyElement(barrierObject) blockCreate = false else outputChatBox("Nao existe nenhum explosivo criado!", thePlayer, 250, 0, 0) end end addCommandHandler("removerexplosivo", deleteBarrier)
  16. As most other people who are 'too lazy' to post more information: I bet this is all stolen again.
  17. You ain't taking time to show pictures, and talking about the resource instead of showing pictures? I bet this is stolen.
  18. Et-win

    horn

    Horns are available without any script. Press H Any such script would look foolish. Everybody knows horn is in vehicle. *sigh* And you should learn to read properly before posting a comment.
  19. You know that your link sends the person who clicks it will be send to her/his own page?
×
×
  • Create New...