05.05.2016, 08:37
// Publics
forward StartRobNPCs();
public StartRobNPCs()
{
new i;
for(i = 1; i <= MAX_ROBNPCS; i++)
{
RobNPC[i][rnIsCon] = INVALID_PLAYER_ID;
}
}
In this codice, are the error... what's?
forward StartRobNPCs();
public StartRobNPCs()
{
new i;
for(i = 1; i <= MAX_ROBNPCS; i++)
{
RobNPC[i][rnIsCon] = INVALID_PLAYER_ID;
}
}
In this codice, are the error... what's?