16.06.2012, 06:06
Can someone post a link on how to create a dcmd stats command and save/load stats and when you type /stats it shows your stats in a dialog box? Its a dini system also.
}
return 1;
}
if(strcmp(cmd, "/stats", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid] != 0)
{
ShowStats(playerid,playerid);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not Logged in !");
}
}