10.11.2012, 09:10
Hi there i wanted to implent my npc's in the gamemode..they are there but they wont playback.
However..if i use another gamemode the same npc's are working fine.
So there must be something in the gamemode thats bugging the npc. I tried if(IsPlayerNPC(playerid)return1;
like everywhere i can think of where it could block the npc from working properly.
i got under onplayerconnect a textdraw that is set to selectable wich might block it
and TogglePlayerSpectating(playerid, true); .
players should click the textdraw before they go to the classselection but i think its no good for the npc.
Any ideas how to fix this? thanks in advance.
However..if i use another gamemode the same npc's are working fine.
So there must be something in the gamemode thats bugging the npc. I tried if(IsPlayerNPC(playerid)return1;
like everywhere i can think of where it could block the npc from working properly.
i got under onplayerconnect a textdraw that is set to selectable wich might block it
and TogglePlayerSpectating(playerid, true); .
players should click the textdraw before they go to the classselection but i think its no good for the npc.
Any ideas how to fix this? thanks in advance.