How to create /invite and /accept
#2

pawn Код:
CMD:invite(playerid, params[])
{
       new id, PlayerName[24];
       if(sscanf(params,"u",playerid)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /invite <playerid>
      SendClientMessage(id, COLOR_RED, "
%s has invited you to... !", PlayerName);
      return 1;
}
I hope this will help you.
Reply


Messages In This Thread
How to create /invite and /accept - by Ahmed10020 - 03.10.2013, 14:22
Re: How to create /invite and /accept - by MAFIAWARS - 03.10.2013, 14:36
Re: How to create /invite and /accept - by Ahmed10020 - 03.10.2013, 14:38
Re: How to create /invite and /accept - by Fez - 03.10.2013, 15:09
Re: How to create /invite and /accept - by DanishHaq - 03.10.2013, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)