Jump to content
  • 0

Need Help in PVP (How to Count Player On this PVP Room)


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

how to create script in my pvp warper like this..testtt.png

ini this warper they can count how many player in this room...

Help me please :D

Edited by nyoonyoto
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

you have to use:

+ getmapusers("MAP_NAME")+

example:

next;

menu "PvP Room 1 [" + getmapusers("pvp_n_1-5") + "]",pvp1;

pvp1: warp "pvp_n_1-5",0, 0;

close;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

Suggest you add the script to the post, or http://upaste.me the script so it can be added if you don't know how.

Also concerning alejandra's script, I would add ' / 64' behind the '5") + "]' else it'll just show the amount of users but not the limit of the room, although for the limit you'd have to consider adding another possible line, since just putting into plain text won't prevent more players from accessing it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...