DarkRP EML How to remove meth buyer NPCs from my map?
3 replies, posted
Okay so i install the EML Enhanced Meth Lab addon to my server but the only problem with it is that there is a meth buyer NPC spawning insde a specific house everytime i restart the server.. which i dont want to spawn there or anywhere at all, i tried looking for a file where there might be some coordinates for the spawn of the NPC but i cannot find any.. Also i tried doing "methbuyer_remove" in the console but then it says "|EML| Please enter a name of file!" and i dont know the name, is there maybe a command that will show all the names of the saved positions? Can someone please help! I have been dealing with this problem for some time now..
The screenshot of the NPC..
https://files.facepunch.com/forum/upload/273425/64a8e3da-0aaf-4402-80c6-9fc7622c909e/image.png
The screenshot of the remove command..
https://files.facepunch.com/forum/upload/273425/66ebab05-7e27-44b4-b76a-bc670e850059/image.png
Screenshot of part of the code..
https://files.facepunch.com/forum/upload/273425/cbe797a1-2317-4a95-ad6f-dbd06da2638a/image.png
Please help me!
Could someone also tell me if there is a specific part of the code that i should look for to find the coordinates or the saved file name?
Why do you spawn them through lua? Spawn them from the Q menu, and then keep them i nthe map using the addon perma props
that spot is refered in coding as
vector_origin
also known as
Vector(0,0,0)
by default, entities will spawn there, unless you also call Entity/SetPos
Yes i know thats what im using.
Sorry, you need to Log In to post a reply to this thread.