02.06.2011, 17:59
How do I make this command can take two and three factions and members?
Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
if PlayerToPoint(5,playerid,-2719.9487,-318.0148,7.8438)
*then
{
SetPlayerPos(playerid,1212.019897,-28.663099,1000.953125);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid,COLOR_1GREEN,"*** Bun venit in HQ-ul Al Qaeda!");
return 1;
}
}
}


