07.03.2016, 02:34
Headshot system not working in gamemode if i put the same code in a filterscript its works fine
if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9) { // One shot to the head to kill with sniper rifle SetPlayerHealth(playerid, 0.0); }