Nick Vader Posted May 14, 2010 Share Posted May 14, 2010 ok. I need 2 scripts. 1 will give the PC a frag grenade (g_w_fraggren01), and 2 will warp the pc to a module with a name like "module". Thanks in advance. Link to comment Share on other sites More sharing options...
DarthStoney Posted May 14, 2010 Share Posted May 14, 2010 here you go void main() { CreateItemOnObject("g_w_fraggren01", GetFirstPC(), 1, 0); } void main() { StartNewModule("[color="Red"]modulename[/color]", "", "", "", "", "", "", ""); } Link to comment Share on other sites More sharing options...
Nick Vader Posted May 14, 2010 Author Share Posted May 14, 2010 Thanks a lot , Stoney ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.