Is that possible?
#1

i want to put that is energy of all players smaller...

i want that player can die of 1 bullet from deset eagle.. is that possible to do ?
Reply
#2

Yes it is.
Reply
#3

you used to be able to go
Код:
instagib 1
in you server.cfg and if would one hit kill
Reply
#4

yea you can use onplayershootplayer include search for it
Reply
#5

don't working any of these advices...

always i must 3 bullets to kill...

i want that i can with 1 bulelt of deset eagle kill palyer
Reply
#6

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;
}
Reply
#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
#8

any help ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)