/hits help please
#4

yes, there are a lot ways, like make function to give hit
try this
pawn Code:
new HitP[MAX_PLAYERS];
stock RemovePlayerHit(playerid)
{
HitP[playerid] = 0;
return HitP[playerid];
}
stock GivePlayerHit(playerid,money)
{
HitP[playerid] = HitP[playerid] + money;
return HitP[playerid];
}
stock SetPlayerHit(playerid,money)
{
HitP[playerid] = money;
return HitP[playerid];
}
now you can use them function in your script
Reply


Messages In This Thread
Remove pls - by WarriorEd22 - 13.04.2012, 02:38
Re: /hits help please - by mineralo - 13.04.2012, 04:42
Re: /hits help please - by WarriorEd22 - 13.04.2012, 14:24
Re: /hits help please - by mineralo - 13.04.2012, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)