Can't put NPC into vehicle
#17

Quote:
Originally Posted by m4karow
Посмотреть сообщение
I have theese
Код:
public OnNPCSpawn()
{
	printf("npctest: OnNPCConnect");
  	return 1;
}
Код:
public OnNPCConnect(myplayerid)
{
	printf("npctest: OnNPCConnect(My playerid=%d)", myplayerid);
	return 1;
}
And nothing printed. Just the simply [npc:join] text that you can see in the server log, but the NPC exist. You can see the picture...


statechange is builded well, always returning with 1 and NPC-s just exceptions
Код:
if(!IsPlayerNPC(playerid))
{
....
}
return 1;
Can you show the full code related to the NPC? Most importantly the NPC Mode and the code for putting the NPC into the vehicle?

Are you sure the recording you use is correct?

The reason you don't see the print messages is because they aren't logged to the server console. NPCs are seperate processes but they don't have a console window where you'd see the messages.
Reply


Messages In This Thread
Can't put NPC into vehicle - by m4karow - 04.03.2018, 17:09
Re: Can't put NPC into vehicle - by m4karow - 04.03.2018, 21:54
Re: Can't put NPC into vehicle - by PepsiCola23 - 04.03.2018, 22:34
Re: Can't put NPC into vehicle - by m4karow - 05.03.2018, 14:35
Re: Can't put NPC into vehicle - by jasperschellekens - 05.03.2018, 14:46
Re: Can't put NPC into vehicle - by NaS - 05.03.2018, 16:14
Re: Can't put NPC into vehicle - by m4karow - 05.03.2018, 16:53
Re: Can't put NPC into vehicle - by NaS - 05.03.2018, 20:58
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 14:32
Re: Can't put NPC into vehicle - by NaS - 06.03.2018, 14:44
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 14:48
Re: Can't put NPC into vehicle - by NaS - 06.03.2018, 14:49
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 14:51
Re: Can't put NPC into vehicle - by NaS - 06.03.2018, 14:53
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 14:58
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 15:20
Re: Can't put NPC into vehicle - by NaS - 06.03.2018, 15:39
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 16:04
Re: Can't put NPC into vehicle - by NaS - 06.03.2018, 17:15
Re: Can't put NPC into vehicle - by m4karow - 06.03.2018, 17:22
Re: Can't put NPC into vehicle - by m4karow - 18.08.2018, 15:08
Re: Can't put NPC into vehicle - by NaS - 18.08.2018, 15:32
Re: Can't put NPC into vehicle - by m4karow - 18.08.2018, 15:55

Forum Jump:


Users browsing this thread: 3 Guest(s)