granQ 293 Posted February 9, 2007 this addweaponcargo ["m16", 1] Works perfectly in SP or in MP if done in the mission, however I wish to do this later on with lets say a script "sniperRiffle.sqs" it will be either on server only (noone can use it) or for all clients (more then one sniper rifle). I need it to be just 1 that can be picked up by any client. Share this post Link to post Share on other sites
granQ 293 Posted February 9, 2007 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">guy setpos [getpos player select 0,getpos player select 1,700] guy addweapon "SFP_Drugpack" guy action ["DROPWEAPON", guy ,"SFP_Drugpack"] ~3 guy setvelocity [0,0,0] guy setpos getpos baggyPos this works for now.. hope action doesnt fuck up. Anyone got some input on this or something? Share this post Link to post Share on other sites
the unknown 0 Posted February 10, 2007 Have you tryed the addweapon command guy addweapon "weapon" Not sure if it will create more then one but I tink it should only give one. Share this post Link to post Share on other sites