• Find vector
    2 replies, posted
so i was wondering how i can find the vector ex: [lua]GAMEMODE.CreateNPC('npc_citizen', Vector(-9486, -9879, 136), Angle(0, 0, 0), 'car_skin', 'models/humans/group01/clo4_03.mdl');[/lua] So i can spawn NPCs on the map
Run the following in console: lua_run Entity(1):SetPos(Vector(-9846, -9879, 136)) And there you are. Change out the vector to change locations, obviously
That's not what i need but i was dumb and didn't think of a command so i took about 1sec to think of something and i was looking for the console command getpos
Sorry, you need to Log In to post a reply to this thread.