Is that possible?
#7

Quote:
Originally Posted by Markx
Посмотреть сообщение
Well, but it does work.

pawn Код:
public OnPlayerShootPlayer(shooter,target,Float:damage)
{
    new Float:H;
    GetPlayerHealth(target, H);
    if(GetPlayerWeapon(shooter) == 24)
    SetPlayerHealth(target, H-100);
    return 1;
}
when i put this code i have 1 error

Quote:

C:\Documents and Settings\user\Desktop\Windows\gamemodes\VortexRole play.pwn(28751) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply


Messages In This Thread
Is that possible? - by tbedy - 27.05.2011, 00:04
Respuesta: Is that possible? - by admantis - 27.05.2011, 00:14
Re: Is that possible? - by (SF)Noobanatior - 27.05.2011, 06:11
Re: Is that possible? - by TheYoungCapone - 27.05.2011, 06:30
Re: Is that possible? - by tbedy - 27.05.2011, 12:44
Re: Is that possible? - by Markx - 27.05.2011, 12:49
Re: Is that possible? - by tbedy - 27.05.2011, 16:39
Re: Is that possible? - by tbedy - 27.05.2011, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)