Increasing weapon damage problem.
#12

You know.. You DON'T need to do:
pawn Код:
/* >>>*/ new /* <<<*/phealth[target]=floatround(health+armour-20);
You need to do
pawn Код:
new phealth[MAX_PLAYERS] = floatround(health+armour-20);
Reply


Messages In This Thread
Increasing weapon damage problem. - by Darnell - 09.08.2011, 12:05
Re: Increasing weapon damage problem. - by Captain Price - 09.08.2011, 12:07
Re: Increasing weapon damage problem. - by Darnell - 09.08.2011, 12:08
Re: Increasing weapon damage problem. - by Jay. - 09.08.2011, 12:12
Re: Increasing weapon damage problem. - by Darnell - 09.08.2011, 12:13
Re: Increasing weapon damage problem. - by Jay. - 09.08.2011, 12:14
Re: Increasing weapon damage problem. - by Captain Price - 09.08.2011, 12:15
Re: Increasing weapon damage problem. - by Captain Price - 09.08.2011, 12:17
Re: Increasing weapon damage problem. - by Darnell - 09.08.2011, 12:18
Re: Increasing weapon damage problem. - by Captain Price - 09.08.2011, 12:22
Re: Increasing weapon damage problem. - by Darnell - 09.08.2011, 12:24
Re: Increasing weapon damage problem. - by Captain Price - 09.08.2011, 12:32
Re: Increasing weapon damage problem. - by Darnell - 09.08.2011, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)