moh8888 Posted 2004年12月15日 02:26 分享 Posted 2004年12月15日 02:26 local.player dog //Gives the player god mode无敌 local.player wuss //Gives the player all guns全部武器 local.player noclip //This makes the player fly through anything like a ghost可穿墙升空和入地 local.player.scale = .5 //This makes the player a midget尺寸变.5倍 local.player.scale = 2 //This makes the player a giant尺寸变2倍 local.player light 1 0 0 200 // 1st number is red 2nd is green, 3rd is blue and 4th is size of circle发光 local.player jumpxy 100 100 100 //Mess with these numbers for fun it makes the player jump跳高100 local.player gravity .2 //This lowers gravity for the person重量减轻 local.player respawn //This makes the player respawn重新出生 local.player stufftext “say I LIKE WWW.MOHCHINA.COM” //This makes the player say what ever you want说I LIKE WWW.MOHCHINA.COM local.player kill //This kills the player杀掉即死掉 local.player volumedamage 2 //人物伤害值2[/code] 引用 Link to comment Share on other sites More sharing options...
K.O Posted 2004年12月19日 04:07 分享 Posted 2004年12月19日 04:07 local.player noclip //This makes the player fly through anything like a ghost可穿墙升空和入地 强! 引用 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.