Increasing weapon damage problem.
#1

I've increased weapon damge...sort of.
and got :
Quote:

D:\SAMP Server\gamemodes\script.pwn(440) : error 017: undefined symbol "shooter"
D:\SAMP Server\gamemodes\script.pwn(443) : error 017: undefined symbol "target"
D:\SAMP Server\gamemodes\script.pwn(444) : error 017: undefined symbol "target"
D:\SAMP Server\gamemodes\script.pwn(445) : error 017: undefined symbol "phealth"
D:\SAMP Server\gamemodes\script.pwn(445) : error 017: undefined symbol "target"
D:\SAMP Server\gamemodes\script.pwn(445) : error 029: invalid expression, assumed zero

Lines:
Line 440 :
pawn Код:
if(GetPlayerWeapon(shooter)== 22)
Line 443 :
pawn Код:
GetPlayerHealth(target,health);
Line 444:
pawn Код:
SetPlayerHealth(target,health-20);
Line 445:
pawn Код:
phealth[target]=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)