Jump to content
主视角中国

Recommended Posts

Posted

local.player=parm.other

if (local.player.pack == 1)

{

end

}

local.player.pack = 1

local.static = spawn script_model

local.static model "animal/german_shepherd.tik" //小狗模型

local.static notsolid

local.static.scale=1

local.static.origin = local.player.origin //小狗在人位置

local.static glue local.player

local.player.scale=.01 //人物0.1倍

wait 60//60秒变回人

local.player.pack= 0

local.player.scale=1

local.static remove

end

俺在M212C也加了此程序盟军变德军,不过没脑袋了...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...