10.07.2015, 14:51
Why i have error for this
Untitled.png
Untitled.png
CMD:robthis(playerid, params[])
{
#pragma unused params
if(IsPlayerInDynamicCP(playerid, CP_cityhallrob))
{
if(cityhallrobrobbedrecently >= 1)
{
SendClientMessage(playerid, COLOR_RED, "Tatoo shop has been robbed recently!");
return 1;
}
SetTimer("robbedrecently", 180000, false);
ROBBING_cittyhallrob[playerid] = 60;
cityhallrobrobbedrecently = 180;
}
return 1;
}