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