GRUP STEAM
Rayman1103's Mutation Mod Group RMMG
GRUP STEAM
Rayman1103's Mutation Mod Group RMMG
25
ÎN JOC
205
ONLINE
Creat la
6 noiembrie 2010
Toate discuțiile > Mutation Discussions > Detaliile subiectului
Code problem for help
Hello, how to modify the code to give a single player weapon?:steamfacepalm:

The code in pvp_base.nut

local function GiveRandomWeapon( args )
{
//Give each survivor a random weapon
foreach (survivor in Players.AliveSurvivors())
{
local randWep = Utils.GetRandValueFromArray(ListOfRandomWeps);
survivor.Give(randWep);
}
}
Toate discuțiile > Mutation Discussions > Detaliile subiectului