04.05.2017, 19:18
PHP код:
if(issuerid == INVALID_PLAYER_ID)
{
if(pClass[issuerid][Harshal] == 1)
{
if(weaponid == 25)
{
new Float:hp;
GetPlayerHealth(playerid,hp);
SetPlayerHealth(playerid, hp - 75);
}
}
}