NPC spawn under map
#1

Hello guys I have problem with my Zombie NPCs

Im using ZNPC which is made by Weaponz - https://sampforum.blast.hk/showthread.php?tid=584953
I followed his instructions, installed everything, I also updated MapAndreas to v1.2.1

Everything works perfectly on my localhost, no bugs. but when I upload them to host and go in-game to spec zombie this happens



Any help?
Reply
#2

Increase the Z coords if you are teleporting on a DynamicObject. (Didn't test it, But should work i guess).
Reply
#3

what do you mean? I dont understand? Which dynamic object?
Reply
#4

Are you spawning the NPCs on dynamic objects? If so, Increase their Z coord.
Reply
#5

Z position of zombies is equal to 0.0, because MapAndreas not been correctly initialized.

1. Put SAFull.hmap in scriptfiles.
2. Init MapAndreas
PHP код:
public OnGameModeInit(){
MapAndreas_Init(MAP_ANDREAS_MODE_FULL);

Reply
#6

Otherwise, just try to use CreateObject on the object where the NPCs are spawned
Reply
#7

i will try then i will post result thnx guys
Reply
#8

Zombies are not spawned on any dynamic object.
I tried @AbyssMorgan but still doesnt work

my zombies are still undergorund
Reply
#9

Use MapAndreas v1.2
https://sampforum.blast.hk/showthread.php?tid=275492
Reply
#10

I did, I updated plugin, put full and min map still undergorund ....

Spawns that I created are normal on gorund, I even added +20 to each Z coordinate...

Not working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)