moh8888 Posted 2005年1月15日 07:27 Posted 2005年1月15日 07:27 http://www.fpschina.com/index.php?showtopic=805
Sydeny Posted 2005年1月17日 08:21 Posted 2005年1月17日 08:21 while(1) { for (local.p = 1; local.p <= $player.size; local.p++) { local.num = randomint 99999 $player[local.p] weaponcommand dual targetname ("weap" + local.num) if($("weap" + local.num).model != "models/weapons/kar98.tik" && $("weap" + local.num).model != NIL) { $player[local.p] takeall $player[local.p] give "models/weapons/kar98.tik" waitframe $player[local.p] useweaponclass rifle } } wait 1 } 以上代码可以把玩家手中的武器全换成KAR98
Recommended Posts
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.
现在登录