Jump to content

Dimmitry007

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by Dimmitry007

  1. thanks any ways
  2. server or cilent side?
  3. pleaaaseee pleaaaseee help me
  4. Hi i have this aim problem on DayZ, how do i fix this The gun should sit on the shoulder not belly ... http://imgur.com/8vmD6RP
  5. i don't know if this will work if it will work then if the player die he will get teleported to 0, 0, 0 position function test ( player ) setElementPosition ( player , 0, 0, 0 ) end addEventHandler ( "onPlayerWasted", getRootElement(), test )
  6. i don't understand you want the player dead body in the car?
  7. function test ( theplayer, seat, jacked ) cancelEvent () end addEventHandler("onVehicleExit", getRootElement(), test )
  8. antiSpam = {} function antiChatSpam() if isTimer(antiSpam[source]) then cancelEvent() outputChatBox("DO NOT SPAM", source, 255, 255, 0) else antiSpam[source] = setTimer(function(source) antiSpam[source] = nil end, 1000, 1, source) end end addEventHandler("onPlayerChat", root, antiChatSpam)
  9. if not isPedInVehicle
  10. Cool
  11. I don't think so If the event is not added how do you expect the script to work ? well i don't know how to add event and where
  12. I don't think so
  13. Hello lads I maked a script that block a command and only admins can use it but it's not working it's server side for superman Here's my code function fly(source) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Admin" ) ) or isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Fondateur" ) ) then triggerEvent ( "superman", getRootElement()) else outputChatBox("fail",source) end end addCommandHandler("fly",fly)
  14. Hmmmm okay thanks
  15. More skins and backpacks
  16. LOL dxdrawtext is not like the colour codes u post
  17. Can y give me all of the codes
  18. Can any one make this dxdrawtext colour green or give me all if dxdrawtext colour code I'm not showing all my script just a part of it so none can steal it. dxDrawText("Admin OnDut", sx-2, sy-232, sx, sy, tocolor(0, 0, 0, 200), fontbig, "default-bold", "center")
  19. i've decompiled dayz don't worry but i'll try thanks
  20. hello i have a dayz script but when i log in it says NoHope*-* hat sich eingeloggt how i can change that?
  21. c'mon why not for free
  22. thanks
  23. if isPedInVehicle
  24. It says ur not an admin even when I'm admin with /add admin nohope And every one can still use it
×
×
  • Create New...