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

    what about health?
  3. waleedrt

    Help

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

    ?

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

    ?

    where i can find the function that write the player name when player connect?
  6. 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 ??
  7. waleedrt

    Help

    ye thanx i didn't know that
  8. waleedrt

    Help

    hello guys how to make players can't run on my server ???
  9. or tell me how can i know
  10. 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)
  11. i just want to know why my code isn't working, that's it
  12. 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
  13. but i wanted it to work when click the button ,and if i used root it will work wherever i press.
  14. thnx, but i need to know whats wrong with the one that i mad
  15. i want when i press the button it destroys its like an exit button, and wa wia should it mean something?
  16. i meat it creates the buttom i think thats the problem addEventHandler ( "onClientGUIClick",wa,wia)
  17. 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)
  18. waleedrt

    Help

    thnx man its working
  19. waleedrt

    Help

    doesn't work , I have tried like 30 times and failed.
  20. 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...