18.07.2018, 11:19
format(string, sizeof(string), "(( Bang da bi thuong %d lan, /damages %d de biet them thong tin. ))", TotalPlayerDamages[playerid], playerid);
Please post the code sorounding this.
Wheree did you place this format? under Public what?
Which ever above or within the function(s)
Place new playerid; within the functions braces.
Example
Public Funtime()
{
new playerid;
format(string, sizeof(string), "(( Bang da bi thuong %d lan, /damages %d de biet them thong tin. ))", TotalPlayerDamages[playerid], playerid);
return1
}
Please post the code sorounding this.
Wheree did you place this format? under Public what?
Which ever above or within the function(s)
Place new playerid; within the functions braces.
Example
Public Funtime()
{
new playerid;
format(string, sizeof(string), "(( Bang da bi thuong %d lan, /damages %d de biet them thong tin. ))", TotalPlayerDamages[playerid], playerid);
return1
}