Safe help
#2

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 ->
pawn Код:
CMD:withdraw(playerid, params[])
{
       if(Ftype == PlayerInfo[playerid][pTeam])
       {
               // Your code goes here
        }
       return 1;
}
If you can't make it, just post here your command code, I'll make it for you
Reply


Messages In This Thread
Safe help - by trapstar2020 - 26.09.2012, 04:53
Re: Safe help - by MarTaTa - 26.09.2012, 05:49

Forum Jump:


Users browsing this thread: 2 Guest(s)