place_model
Moderator: InsideQC Admins
3 posts
• Page 1 of 1
place_model
Hello all)
who can modify this code?
make the touchable model
in this code model can not be touched and I can walk through it(like noclip:D)
who can modify this code?
make the touchable model
in this code model can not be touched and I can walk through it(like noclip:D)
- Code: Select all
void() place_model =
{
self.touch = armor_touch;
precache_model (self.model);
setmodel (self, self.model);
self.skin = 0;
setsize (self, '-16 -16 0', '16 16 56');
};
Sorry for my english 
- Max_Salivan
- Posts: 93
- Joined: Thu Dec 15, 2011 1:00 pm
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest