19.10.2016, 11:09
(
Последний раз редактировалось NealPeteros; 19.10.2016 в 12:39.
)
How do I change the spawn coordinates of the NPCs? Apologies. I'm new in NPCs and learning.
EDIT:
Found it.
EDIT:
Found it.
PHP код:
new Float:ZombieSpawns[2][3] =//REQUIRED: Change [2] to the amount of spawn locations.
{
{0.0, 0.0, 0.0},//REQUIRED: Add zombie spawn locations here.
{0.0, 0.0, 0.0}//REQUIRED: Add zombie spawn locations here.
};