31.10.2014, 11:58
how can i make this command for fraction .. i want like if the player is not in fraction return him missage you are not in the faction .. here how this command looks like
![](http://s14.radikal.ru/i187/1410/84/dadd73f41ef5.png)
And This Command
![](http://s14.radikal.ru/i187/1410/84/dadd73f41ef5.png)
And This Command
Код HTML:
if(strcmp(cmd, "/openb", true) == 0){ MoveObject(Bomji, 1162.3000000,-1650.7000000,12.9000000, 2); SendClientMessage(playerid, COLOR_WHITE, "Bomj Gang Gate Gaixsna,Ar Dagaviwydet Daketva (/closeb)"); return 1; } if(strcmp(cmd, "/closeb", true) == 0){ MoveObject(Bomji, 1162.5000000,-1641.6000000,12.9000000, 2); SendClientMessage(playerid, COLOR_WHITE, "Bomj Gang Gate Daiketa,Gasaxsnelad Daweret (/openb)"); return 1; }