Howto make a /stats command.
#1

How to make a command when i type /stats an my kills and e.t.c shows in the middle of the screen?
Reply
#2

Before you can have a /stats cmd, you need to have a saving system. kill, death's, money, ect. Do you have this ?
Reply
#3

No,can you give me link to downloa beacause i cant find a good system.
Reply
#4

Fairly simple to make yourself plus you will learn.

pawn Код:
new Kills[MAX_PLAYERS];
Under OnPlayerDeath:
pawn Код:
Kills[killerid]++;
that makes the kills of the killerid go up by 1.
Reply
#5

No, i want a saving sistem please not this
Reply
#6

Quote:
Originally Posted by IvancheBG
Посмотреть сообщение
No, i want a saving sistem please not this
Please don't tell me you are that stupid... Please tell me you're trolling...
What he did is EXACTLY what you want...
Reply
#7

Quote:
Originally Posted by mrcoolballs
Посмотреть сообщение
Fairly simple to make yourself plus you will learn.

pawn Код:
new Kills[MAX_PLAYERS];
Under OnPlayerDeath:
pawn Код:
Kills[killerid]++;
that makes the kills of the killerid go up by 1.
Ok where to put new kills[Max_Players]
Reply
#8

Ontop of your script.
Reply
#9

OK,thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)