NPC DO LOGIN BUT DONT MOVE - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC DO LOGIN BUT DONT MOVE (
/showthread.php?tid=110507)
NPC DO LOGIN BUT DONT MOVE -
Globe2009 - 26.11.2009
[img=/imageshack/img690/7817/samp001x.th.png]
anyone know why they are doing it?
i made accounts for them all...lol...went to them and they all standing in the same place...(under the map at blueberry)
so i teled them to me to show you they dont move
EDIT: i have all the fs/recordings/npcmode in the right places but i cant see whats going wrong.. they dont use vehicles either
please help..cheerz
Globe
Re: NPC DO LOGIN BUT DONT MOVE -
Larry_Langley - 27.11.2009
Same Here
Anyone?
Re: NPC DO LOGIN BUT DONT MOVE -
Globe2009 - 27.11.2009
hmm i have tried everything i can think of and still aint moving
Re: NPC DO LOGIN BUT DONT MOVE -
mister_ic3 - 29.11.2009
i think you have to put this in all the bits of code that your NPC will accesses
Код:
if(IsPlayerNpc(playerid)) return 0;
thats what i put in and there started to work
hope this helps even a little bit
Re: NPC DO LOGIN BUT DONT MOVE -
Globe2009 - 29.11.2009
Quote:
Originally Posted by mister_ic3
i think you have to put this in all the bits of code that your NPC will accesses
Код:
if(IsPlayerNpc(playerid)) return 0;
thats what i put in and there started to work
hope this helps even a little bit
|
i have all that but mine return 1;