/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <codmod>
#include <engine>
#include <fun>
new const nazwa[] = "Machin Gunner";
new const opis[] = "Dostaje M249 PARA, + 175 pancerza";
new const bronie = 1<<CSW_M249;
new const zdrowie = 20;
new const kondycja = 15;
new const inteligencja = 0;
new const wytrzymalosc = 20;
new const regeneracja = 0;
new const obrazenia = 0;
public plugin_init()
{
register_plugin("Guneer", "1.0", "Kolar");
cod_register_class(nazwa, opis, bronie, zdrowie, kondycja, inteligencja, wytrzymalosc, regeneracja, obrazenia);
}
Jak dodać tej klasie 175 pancerza ?