GM & FS
#3

Well create a command for it in your FS too thats simple. I will give you an example in case of joining a dm.
pawn Код:
CMD:joindm(playerid, params[])
{
   if(InDM[playerid]) return SendClientMessage(playerid, -1, "You are already in DM");
   {
      InDM[playerid] = 1;
      // bla bla code you wanna add
    }
    return 1;
}
Hope you understood.
Reply


Messages In This Thread
GM & FS - by saikumar - 10.06.2014, 09:45
Re : GM & FS - by Lacamora - 10.06.2014, 09:53
Re: GM & FS - by Laure - 10.06.2014, 10:00
Re: Re : GM & FS - by saikumar - 10.06.2014, 10:03
Re: GM & FS - by Rittik - 10.06.2014, 10:12
Re: GM & FS - by saikumar - 10.06.2014, 10:22
Re: GM & FS - by Laure - 10.06.2014, 10:24

Forum Jump:


Users browsing this thread: 2 Guest(s)