Counting players.
#1

Hello, how can I make when a player joins mode TDM to show "x players in TDM" I know how to count it, but I dont know how to decrease it because I'm having more modes and they can switch...
Reply
#2

pawn Код:
new
    count
;

count = 5;

count++; // 6
count--; // 5

count -= 1; // 4
count = count - 1; // 3
Reply
#3

I know that, but I want something different because my server have 3 modes Stunt TDM and Parachuting how to count live ? because players can move to tdm stunt parachuting etc... when they select Stunt ok ++ but after they move I must put -- but ...
Reply
#4

show me code move and join ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)