11.03.2012, 15:06
pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 3.0, 231.099609, 119.532226, 1009.224426)) // Chief of Police
{
new name[24];
GetPlayerName(playerid, name, 24);
if(playerVariables[playerid][pGroup] == 1 && playerVariables[playerid][pGroupRank] == 6) {
MoveDynamicObject(LSPDObjs[6][0],227.0,119.52929688,1009.22442627, 3.5);
MoveDynamicObject(LSPDObjs[6][1],229.75,119.53515625,1009.22442627, 3.5);
LSPDObjs[6][2] = 1;
PlayerPlaySoundEx(1083, 231.099609, 119.532226, 1009.224426);
SetTimerEx("ShutUp",4000,false,"d",6);
new string[128];
format(string, sizeof(string), "%s has used their authorization card to open the door.", name);
nearByMessage(playerid, COLOR_PURPLE, string);
}
}