Posts: 553
Threads: 95
Joined: Sep 2013
Hello.
I need /stats command and i know this is not "Giving free codes" etc..
I tried to find but i couldn't anyways i need it as a tutorial or if someone finds a tutorial please PM or Comment.
Thank you.
Posts: 481
Threads: 37
Joined: Feb 2014
Reputation:
0
Which user saving system you using?
Posts: 553
Threads: 95
Joined: Sep 2013
What do you mean?
I used that tutorial will it help ?
https://sampforum.blast.hk/showthread.php?tid=167937
Posts: 553
Threads: 95
Joined: Sep 2013
Quote:
Originally Posted by YanLanger
i need it as a tutorial
|
:P please
Posts: 553
Threads: 95
Joined: Sep 2013
PHP код:
new cash = PlayerInfo[playerid][pCash];
Код:
warning 204: symbol is assigned a value that is never used: "cash"
Posts: 70
Threads: 11
Joined: Jul 2011
Reputation:
0
Dude i wrote pMoney not pCash acording to that tutorial.
Posts: 553
Threads: 95
Joined: Sep 2013
well it says like that in my GM
PHP код:
enum pInfo
{
pAdminLevel,
pCash,
pScore,
}
new PlayerInfo[MAX_PLAYERS][pInfo];