16.03.2017, 19:40
No, it does the contrary, it only infects the skin 249. Either remove it or change it for this:
PHP код:
switch(GetPlayerSkin(victimid))
{
case NON_IMMUNE,249: return 1;
default:
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,Float:x,Float:y,Float:z);
SetPlayerHealth(playerid,0.0);
//... rest of code