player scaling pic topic

Post your pics of mods in beta, or pictures that do not have a mod associated with them.
Brianv





Posts: 331
Joined: Thu Feb 17, 2005 12:44 pm
Contact:

Post by Brianv »

object_set_scale (list_get (players) #) [amount] 1

# represents the player on (players) list, which is sv_players backwards and counting from 0.
[amount] is the scale amount.

So if I wanted to set myself (as host) to 0.2 size,

object_set_scale (list_get (players) 0) 0.2 1
Locked