Posts: 3,351
Threads: 780
Joined: Jan 2010
Hi all,i use this FS for my server:
http://forum.sa-mp.com/showthread.ph...t=admin+system
It has register command but dont have /stats
How i can add?
Thanks
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
look at ladmin
This forum requires that you wait 120 seconds between posts. Please try again in 67 seconds.
fuc anti spam
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by Cameltoe
Im not sure how the player vars gets saved..
but heres an function i jost wrote away.. not sure if it works but should:
pawn Код:
public PlayerStats(playerid) { new string[128]; format(string, 128, "Kills: %d - Deaths: %d",PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths]); SendClientMessage(playerid); }
|
Where i need to paste this code?
Posts: 3,351
Threads: 780
Joined: Jan 2010
Not work