Can't put NPC into vehicle
#19

Quote:
Originally Posted by m4karow
Посмотреть сообщение
no, it's totally unnecessary. if i could make the NPC replay the recording in a default gamemode, i think i can in my main mode the mistake is different. i think one of the callbacks returning with 0 for npc-s but i dont know which becouse i have a modular gamemode.

but this is my code in short
Код:
onplayerconnect(...)
{
 if(ismynpc)
{
 putplayerinvehicle(mynpc, createvehicle(...), 0);
}
yes becouse i played the same record file on the bare gamemode and it's worked fine


i didn't know this, thanks
You should put PutPlayerInVehicle into OnPlayerSpawn (after that NPC spawns), but this may not be the cause here.

Check your gamemode for other callbacks that could probably handle NPCs or remove them from vehicles, etc. otherwise I don't know what else to say. If it works on bare, it's most likely your gamemode.
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: 6 Guest(s)