Jump to content

Tokio

Members
  • Posts

    309
  • Joined

  • Last visited

Everything posted by Tokio

  1. I dont understand this can you show a example?
  2. now the player loop works perfectly, but how to make the scrolling?
  3. These i know... But how to add players, and make scrollable?
  4. ? I want make a custom scoreboard not column
  5. I want create a custom scoreboard.. But, how to add players to it with rectangle, and dxdrawtext(s), and when there are xy players, how to make scrollable?? Sorry for my bad english.. :c
  6. I know. But for killed player, or localplayer?
  7. This play sound for killed player or localplayer?
  8. I want create a script, which play a sound, when a player shot another player head. But the sound play for killed player and localplayer too. How to make this?
  9. I want create a bank-system. But i don't know, how to begin the script. Can i make it possible this with setElementData, and getElementDatas? sorry for my bad english
  10. I want create a animation for my dx image. The image hide, and appear again continuously. How to make this?
  11. I want create a script, which tp a player to me, and teleport me to a player, like in admin panel, just with command. How to make this? For example: /tpto playername , and /tpme playername. And when i teleport a player to me, the player get out from vehicle
  12. But the DxDrawTextOnElement attach the text to a object/ped
  13. I want create a script, which creates a 3d text with a cmd. For example, when i type "/word asd" then this make a 3d text the player position "#playername : asd", then after elapse 3 hours, the text will hide. How to make this?
  14. i tried with another server, but does not working too
  15. <!-- This parameter specifies the UDP port on which the server will be accepting incoming player connections; default value: 22003. It is a required parameter. --> <serverport>22030</serverport> <!-- This parameter specifies the number of maximum player slots available on the server; default value: 32. It is a required parameter. --> <maxplayers>40</maxplayers> <!-- This parameter specifies whether the built-in http server will be used. Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. --> <httpserver>1</httpserver> <!-- This parameter specifies the TCP port on which the server will be accepting incoming http connections. It can be set to the same value as <serverport>22030</serverport> if <httpserver> is set to 1. --> <httpport>22030</httpport>
  16. now i do not get error, but the message does not show in another server and my server use 22030 as http port, and this is a hosted server, not localhost
×
×
  • Create New...