26.09.2012, 05:49
So basicly you want to let only people, members of certain team / family / group or whatever to withdraw from the safe ? If yes it should be like this ->
If you can't make it, just post here your command code, I'll make it for you
pawn Код:
CMD:withdraw(playerid, params[])
{
if(Ftype == PlayerInfo[playerid][pTeam])
{
// Your code goes here
}
return 1;
}