CMD Help
#9

of you could just do it this way .. You dont really need to do the "else if" because if the person is not in group 5 it will say the SendClientMessage. If you need any help you can PM me, i am a failrly good scripter and might be able to help you out with anything you might need.

Код:
command(sasgate, playerid, params[])
{
     if(PlayerVariables[playerid][pGroup] == 5)
     {
          MoveObjectobjectname, -411.60000610352, 1362, 14.800000190735, 1);
     }
     else
     {
          SendClientMessage(playerid, COLOR_RED, "You are not a part of the S.A.S!");
     }
     return 1;
}
Reply


Messages In This Thread
CMD Help - by BleverCastard - 06.01.2012, 21:19
Re: CMD Help - by Face9000 - 06.01.2012, 21:27
Re: CMD Help - by BleverCastard - 06.01.2012, 21:36
Re: CMD Help - by Sasoft - 06.01.2012, 21:37
Re: CMD Help - by Face9000 - 06.01.2012, 21:42
Re: CMD Help - by BleverCastard - 06.01.2012, 21:48
Re: CMD Help - by Face9000 - 06.01.2012, 22:25
Re : CMD Help - by rbcrp - 07.01.2012, 01:54
Re : CMD Help - by rbcrp - 07.01.2012, 01:56

Forum Jump:


Users browsing this thread: 1 Guest(s)