23.03.2013, 04:05
Where do you put this in your gamemode?
pawn Код:
if(PlayerInfo[playerid][pCancer] == 1)
{
SendClientMessage(playerid, COLOR_BLUE, "You're having trouble breathing... (( Lung Cancer ))");
SetTimerEx("Cough", 6000, 1, "d", playerid);
}
return 1;
}