15.03.2010, 16:34
pawn Код:
if (strcmp("/policetolsv", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][Warperm] > 1)
{
GangZoneDestroy(LspZone);
LspZone = GangZoneCreate(1326.343, -1887.144, 1702.824, -1575.273);
GangZoneShowForAll(LspZone, 0xFFFF00AA);
}
else SendClientMessage(playerid,red,"You don't have any gang perms");
return 1;
}
EDIT: Ninja'd. Either post will probably work.