08.11.2016, 09:39
ugh, @Killa[DGZ] and @Micko123, i got this error
error 033: array must be indexed (variable "name")
and the line is over here,
stock GetName(playerid)
{
new name[24];
GetPlayerName(playerid, name, sizeof(name));
name = strreplace(name, '_', ' '); //this line has the error
return name;
}
error 033: array must be indexed (variable "name")
and the line is over here,
stock GetName(playerid)
{
new name[24];
GetPlayerName(playerid, name, sizeof(name));
name = strreplace(name, '_', ' '); //this line has the error
return name;
}