fanboi Posted October 3, 2013 Share Posted October 3, 2013 hey there .. how can I set the server-client from the ammo from 30/30 to 30/120 for all players!? greetz Quote Link to comment Share on other sites More sharing options...
Rel!c Posted October 4, 2013 Share Posted October 4, 2013 you can use lua for that.Dont know if there is any published but let me know if you need I can help with the one we use. Quote Link to comment Share on other sites More sharing options...
Rel!c Posted October 4, 2013 Share Posted October 4, 2013 think this would work for u but try and let me know. driammoclip = 1 function et_ClientSpawn(j,revived) if driammoclip == 1 then et.gentity_set(j, "ps.ammo",3, 120) --mp40 et.gentity_set(j, "ps.ammo",8, 120) --thompson et.gentity_set(j, "ps.ammo",10, 96) --sten et.gentity_set(j, "ps.ammo",25, 30) --garand et.gentity_set(j, "ps.ammo",31, 450) --mobile mg42 et.gentity_set(j, "ps.ammo",32, 30) --k43 et.gentity_set(j, "ps.ammo",33, 60) --fg42 et.gentity_set(j, "ps.ammo",35, 16) --mortar et.gentity_set(j, "ps.ammo",42, 120) --garand scoped et.gentity_set(j, "ps.ammo",43, 30) --k43 scope et.gentity_set(j, "ps.ammo",44, 60) --fg42 scope et.gentity_set(j, "ps.ammo",24, 30) --carbine et.gentity_set(j, "ps.ammo",39, 160) --ppsh end end Quote 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.