11.03.2012, 03:07
pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 3.0, 231.099609, 119.532226, 1009.224426)) // Chief of Police
{
GetPlayerName(PlayerDoorName, MAX_PLAYER_NAME);
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];
new pName[24];
GetPlayerName(playerid,pName,24);
format(string, sizeof(string), "%s has used their authorization card to open the door.", szPlayerName, pName);
nearByMessage(playerid, COLOR_PURPLE, string);
}
}