View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-18-2017 , 11:44   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1660

Search around for the shape and size of an existing model in the map you wish to add to. Do a stripper_dump of said map.

Example:

Code:
add:
{
"model" "*289"
"target" "teleexample"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-123 456 789"
"angles" "0 0 0"
"classname" "trigger_teleport"
}
__________________

Last edited by sneaK; 12-18-2017 at 11:44.
sneaK is offline