12.04.2012, 16:56
PHP Code:
for(new i = 1; i < 4; i++)
{
new p[128];
format(p, 128, "Rope%d", i);
if(Player[playerid][p] != 0)
{
}
}
but the problem with the format and the variable.
This is the error:
PHP Code:
error 033: array must be indexed (variable "p")