Jump to content

waleedrt

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by waleedrt

  1. waleedrt

    color code

    how do i remove the player color code on player join ?
  2. waleedrt

    Help

    oh.. thnx
  3. waleedrt

    Help

    what about health?
  4. waleedrt

    Help

    which script makes the name and health of the player visible to other players (i want to delete it)
  5. waleedrt

    ?

    i mean where can i find it so i can delete it
  6. waleedrt

    ?

    where i can find the function that write the player name when player connect?
  7. waleedrt

    help x+1

    Hi , so i want to make like x=0 x=x+1 but when i try this it always x=1 cuz i wrote x=0 how can i make it change on every command ??
  8. waleedrt

    Help

    ye thanx i didn't know that
  9. waleedrt

    Help

    hello guys how to make players can't run on my server ???
  10. i'm trying
  11. its server side
  12. ye
  13. or tell me how can i know
  14. hello , can you guys fill this elemnt at argument 1 cuz i have tried every thing and not working (its for players) bindKey ( ,"h","down",healer)
  15. i just want to know why my code isn't working, that's it
  16. i don't want to use this script, i just want to know why it doesn't work cuz i have many problems like this when i,m trying to make like those scripts
  17. but i wanted it to work when click the button ,and if i used root it will work wherever i press.
  18. thnx, but i need to know whats wrong with the one that i mad
  19. i want when i press the button it destroys its like an exit button, and wa wia should it mean something?
  20. i meat it creates the buttom i think thats the problem addEventHandler ( "onClientGUIClick",wa,wia)
  21. hi, i need to know why is this doesn't work function ylay() wa = guiCreateButton( 0.7, 0.1, 0.2, 0.1, "Output!", true ) showCursor(true) end function wia() destroyElement (wa) showCursor(false) end addCommandHandler ( "y", ylay ) addEventHandler ( "onClientGUIClick",wa,wia)
  22. waleedrt

    Help

    thnx man its working
  23. waleedrt

    Help

    doesn't work , I have tried like 30 times and failed.
  24. waleedrt

    Help

    idk
  25. waleedrt

    Help

    ye, i have tried to use this and its not working function healer(playerSource) if isTimer (wlaa ) then cancelEvent(healer) else money=getPlayerMoney ( playerSource ) if money<3000 then outputChatBox ("Server : You Don't have enough money",playerSource ,255,0,0) return else takePlayerMoney ( playerSource , 3000 ) setElementHealth ( playerSource , getElementHealth ( playerSource )+100 ) outputChatBox ("You Got 100 HP" , playerSource, 21 , 241 , 32 , true ) setTimer(healer,300,3) end end end addCommandHandler ( "hp", healer ) addEvent ("onPlayerDamage",playerSource, function (playerSource) setTimer (healer) end)
×
×
  • Create New...