27.01.2016, 13:42
The problem is the message won't show up, what might be the problem?
PHP код:
if(buttonid == cellclose)
{
if(!IsACop(playerid))
{
SendClientMessageEx(playerid,COLOR_GREY,"Access denied.");
return 1;
}
foreach(new i: Player)
{
if(IsPlayerInRangeOfPoint(i, 500, -1083.90002441,4289.70019531,7.59999990))
{
SendClientMessageEx(i, COLOR_YELLOW, "Guard say: Attention lock down go to your cell now!");
}
SetTimer("ClosePrisonCell", 9500, 0);