10.12.2014, 13:01
Make sure you connect more than 2-3.
Also place this under every callback that might "block" the NPCs while joining. (at the top of it)
Also make sure you add it in OnPlayerUpdate
Also place this under every callback that might "block" the NPCs while joining. (at the top of it)
Also make sure you add it in OnPlayerUpdate
pawn Код:
if(IsPlayerNPC(playerid))return 1;