17.01.2013, 19:08
i added some more its just that i cant remember where to put it as i putted it somewhere else then somewhere else idk where to put it code is here
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "* You are now On Duty with your Medic Job and will receive calls from people in need.");
GetPlayerName(playerid,sendername, sizeof,(sendername);
GiveNameSpace(sendername);
format(string, sizeof(string), "[Advert] Paramedic %s is On Duty, /call 911.", sendername);
SetPlayerColor( playerid, 0xE01B6AFF );
BroadCast(COLOR_ALLDEPT,string);
OnDuty[playerid] = 1;