06.03.2018, 17:15
Quote:
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); } i didn't know this, thanks |
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.