06.07.2018, 11:31
Here's InfectPlayerStandard(playerid);
Sorry, but this doesn't work. It's still the same.
Код:
stock InfectPlayerStandard(playerid)
{
if(team[playerid] == TEAM_HUMAN)
{
if(pInfo[playerid][IsPlayerInfected] == 0)
{
pInfo[playerid][IsPlayerInfectedTimer] = SetTimerEx("StandardInfection",2000,1,"i",playerid);
SetPlayerColor(playerid,COLOR_PINK);
TextDrawShowForPlayer(playerid,Infected[playerid]);
pInfo[playerid][IsPlayerInfected] = 1;
}
}
return 1;
}
Quote:
|
Show InfectPlayerStandard(playerid);
also try this PHP код:
|


