20.07.2014, 13:52
Hello, how to make public CleanAccount function. Example: registered user got from CleanAccount function items (PosX, PosY, PosZ, money too).
enum PlayerVars{
dbid,
Name,
Score,
Money,
Skin
// etc
};
new PlayerInfo[MAX_PLAYERS][PlayerVars];
for(new PlayerVars:v; v < PlayerVars; v++)
{
PlayerInfo[playerid][v] = 0;
}