Error when get to the npc shop

hello guys! when i go to a shop with shop sistem and go to npc to buy or interract with thim, at shops, tuning, atms. everything what need to interract i got this error

^3Warning: [entity] NETWORK_GET_NETWORK_ID_FROM_ENTITY: no net object for entity (script id 187394)^7
^3Warning: [entity] GetNetworkObject: no object by ID 187394^7
^3Warning: [entity] NETWORK_GET_NETWORK_ID_FROM_ENTITY: no net object for entity (script id 187394)^7

sorry for english bad

the entity is created only in the client, so the server is not an entity. you may be trying to get the entity’s netid etc when opening the menu, or a script may be controlling the entities in the environment

you get a warning message because you are trying to get the netid of the client entity due to the bad writing of the script you are using.