22.03.2013, 12:52
By the way, in this command :
How can I make it only for faction 10? It's restricted to Faction 1, somehow...
Код:
CMD:impound(playerid, params[])
{
switch(PlayerInfo[playerid][pMember]) {
case 1, 2, 3, 7, 11: {
if(!IsAtImpoundingPoint(playerid))
{
SendClientMessageEx(playerid, COLOR_GREY, "You are not near the impound point, you can't impound!");
return 1;
}

