NPC help
#3

You can simply block full OnPlayerConnect stuff for npcs by adding that under OnPlayerConnect callback:
PHP код:
if(IsNPC(playerid))
{
    return 
1;

Reply


Messages In This Thread
NPC help - by Josh_Main - 19.09.2016, 15:31
Re: NPC help - by Kaliber - 19.09.2016, 15:43
Re: NPC help - by jlalt - 19.09.2016, 15:44
Re: NPC help - by Josh_Main - 19.09.2016, 15:49
Re: NPC help - by Kaliber - 19.09.2016, 16:08
Re: NPC help - by Josh_Main - 19.09.2016, 16:21
Re: NPC help - by Kaliber - 19.09.2016, 16:33
Re: NPC help - by Josh_Main - 19.09.2016, 16:37
Re: NPC help - by Kaliber - 19.09.2016, 16:38
Re: NPC help - by Josh_Main - 19.09.2016, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)