30.01.2018, 12:05
that looks like you did something like this:
that's why you should leave such single letters for loops only.
EDIT:
All you need to do is find the new i; on top of your script somewhere and simply remove it.
PHP Code:
new i;
public OnPlayerConnect(playerid)
{
for(new i; i<MAX_PLAYERS; i++;)
{ //..etc
}
EDIT:
All you need to do is find the new i; on top of your script somewhere and simply remove it.