16.12.2009, 08:12
pawn Код:
//the command
if ( myFaction == some_faction )
{
//allow
}
else
{
//tell them they aren't allowed etc
}
//the command
if ( myFaction == some_faction )
{
//allow
}
else
{
//tell them they aren't allowed etc
}