28.07.2011, 12:03
hello
i want some help in defining the kills and the deaths of a player..
like i have a /stats command
it has
something like this
so how will i get the players kills and deahts?
regards
emokid
i want some help in defining the kills and the deaths of a player..
like i have a /stats command
it has
pawn Код:
format(string, sizeof(string), "[Kills]%d [Deaths]%d",KILLS DEFINE, DEATHS DEFINE);
SendClientMessage(ID, green, string);
so how will i get the players kills and deahts?
regards
emokid