Jump to content

darhal

Members
  • Posts

    582
  • Joined

  • Last visited

Everything posted by darhal

  1. darhal

    Event Error

    if muteTime and msg then triggerServerEvent("onPlayerIsMute", localPlayer, theTarget, muteTime, msg) end guiSetVisible(GUIEditor.window[3],false) Added this client side
  2. darhal

    Event Error

    You dont compare anything in your posted script also make sure that the two argument that you compare are numbers
  3. Omif that dont work then the problem should be because of the dff
  4. darhal

    luac

    Thx a lot very usefull
  5. Txd is invalid you should fix it
  6. Here is my idea its also work : 1: You get the x position of the rectangle when the progress is 100%(eg: 345) 2: you do this calculation 100% -> 345 X -> ? ? =( 345÷100)*X
  7. darhal

    luac

    Hello how to compile all my scripts using luac.mtasa site but more faster ? Thx
  8. You talk about the event afaik !!
  9. Warp the player to vehicle too !
  10. This server side script and not client check your meta
  11. darhal

    LUAC Help

    He said his friend make that script for his server !!
  12. http://lua-users.org/wiki/LuaTypesTutorial
  13. See lua users wiki its nice and clear
  14. Its your bug you should use seat (thirs function argument) x,y,z = getElementPosition(getRandomPlayer()) -- i'm alone at the server , so it's should get me veh = createVehicle(411,x,y,z) -- creating the vehicle ped = createPed(211,x,y,z) -- creating the ped warpPedIntoVehicle(ped,veh, 1) -- Warping Ped into the Vehicle addEventHandler("onVehicleStartEnter",root,function() outputChatBox("You are trying to enter a vehicle !") end) -- This event won't get called !
  15. darhal

    LUAC Help

    Did he give you the permission ? Why your friend dont give you the uncompiled script ? This script is leaked and you dont have permission to use it
  16. darhal

    LUAC Help

    You cant do that unless the script is uncompiled why you have to edit LUAC and not LUA ?
  17. darhal

    VPS security

    Hello how you can secure your vps also how you can mange it ? I m noob at those things thx
×
×
  • Create New...