30.08.2009, 17:07
Quote:
|
Originally Posted by Unwritten
who can help?
|
Код:
new TeamDoctor[MAX_PLAYERS]
or if you already have a doctor job
add on the top of the command revive
Код:
if(TeamDoctor[playerid] = 1;
{
// COMMAND HERE
{ else SendClientMessage(playerid, color, " You need to be a doctor }
}
return 1;
}

