Jump to content
主视角中国

变成小狗来作站


moh8888

Recommended Posts

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也加了此程序盟军变德军,不过没脑袋了...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

访客
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 创建新的...