G
GOH4n
Gość
Siema, chcialbym dowiedziec sie jak zrobic, zeby klasa byla odporna na 1 pocisk na runde (jak notatki kapitana tylko ze 1 pocisk).
Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
new ilosc_strzalow[33];
if(klasa_gracza[this] == klasa && !ilosc_strzalow[this])
{
ilosc_strzalow[id]++
return HAM_SUPERCEDE;
}