Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: UncleRus on May 25, 2020, 05:19 AM

Title: Help me fix problem!
Post by: UncleRus on May 25, 2020, 05:19 AM
function NPC_Update()
{
   for(local i =0 ; i < MAX_NPCS ; i++)
   {
112      if(NPC_ARRAY != null) NPC_ARRAY.Update();
   }
}
 in server  panel climbs an error on line 112 how to fix
Title: Re: Help me fix problem!
Post by: umar4911 on May 25, 2020, 08:05 AM
What is the error? Like the index NPC_ARRAY doesn't exist, etc.