View Single Post
SSheriFF
AlliedModders Donor
Join Date: May 2020
Location: Israel
Old 10-16-2020 , 03:57   Re: CSG0 - noclipme edit
Reply With Quote #9

Quote:
Originally Posted by XHUNTERX View Post
Could something like this happen instead of this feature?

example;











so I can choose where to teleport for each map
You have to create a file in this directory: "addons/sourcemod/configs/noclipme/locations.cfg"
The file should look like that:
Code:
"Locations"
{
   "mapname"
   {
      "location_X" "-216.7"
      "location_Y" "95.8"
      "location_Z" "200.0"
    }
   "mapname2"
   {
      "location_X" "-123.5"
      "location_Y" "95.8"
      "location_Z" "200.0"
    }
}
Also I added a command for flag "z" / "ROOT" (sm_setpos) and it will type your current position on the map to the file on the entry of the current map.
Attached Files
File Type: sp Get Plugin or Get Source (Noclip.sp - 92 views - 4.2 KB)
__________________
Taking small private requests (Free) and big private requests (Paid).
Contact me via Discord: WilDick#1524

My Plugins:

Last edited by SSheriFF; 10-16-2020 at 06:07.
SSheriFF is offline