0 Members and 2 Guests are viewing this topic.
procedure OnPlayerRespawn(ID: Byte);begin ForceWeapon(ID,7,7,0);end;function OnPlayerDamage(Victim,Shooter: Byte;Damage: Integer) : integer;begin Damage := -9999;end;
Code: [Select]procedure OnPlayerRespawn(ID: Byte);begin ForceWeapon(ID,7,7,0);end;function OnPlayerDamage(Victim,Shooter: Byte;Damage: Integer) : integer;begin Damage := -9999;end;Not compiled, the idea is there though.The endless grenades can be set in soldat.ini, same with only allowing m79
The thing is I dont know where to place that script u give me. I think it's in the Core file in the scripts folder of the dedicated server, but it doenst work, may be cuz i dont know how.please help me.