19.02.2012, 01:30
Guys
in enum for player data i use
use for player information and etc..........
now my real problem is for ServerData like Dynamic Admin system
like if i make a command /richlist it will show the list of rich player
and to do that you need to put the rich money amount
now i want is to make like this
but when i make the command to change the sRichList ammount
it will not change just still 0
the command would be like this
/chagerichmoney
or CMD:richmoney
and please my hypothesis maybe its in the creation of data
can anyone help me please i will give reputation
in enum for player data i use
use for player information and etc..........
pawn Код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths
}
new PlayerInfoMAX_PLAYERS][pInfo];
like if i make a command /richlist it will show the list of rich player
and to do that you need to put the rich money amount
now i want is to make like this
pawn Код:
enum sInfo
{
sRichList,
}
new sData[sInfo]
it will not change just still 0
the command would be like this
/chagerichmoney
or CMD:richmoney
and please my hypothesis maybe its in the creation of data
can anyone help me please i will give reputation