Player killed with vehicle
#3

It is not a certain damage. It really depends. As nathan suggested, make a command that gets your health, and just have someone hit you going at different speeds.

pawn Code:
CMD:myhp(playerid, params[])
{
new Float: HP;
GetPlayerHealth(playerid, HP);
new string[126];
format(string, sizeof(string), "Health: %f", HP);
SendClientMessage(playerid,-1,string);
Reply


Messages In This Thread
Player killed with vehicle - by audriuxxx - 04.05.2014, 21:33
Re: Player killed with vehicle - by Nathan_Taylor - 04.05.2014, 21:46
Re: Player killed with vehicle - by Abagail - 04.05.2014, 21:50
Re: Player killed with vehicle - by iZN - 04.05.2014, 21:51

Forum Jump:


Users browsing this thread: 3 Guest(s)