LuxAdmin Vip Commands Needed.
#7

#include <ladmin> // add tis in your game mode

Код:
dcmd_heal(playerid,params[])

  {
     
    #pragma unused params 
    if(IsPlayerVipType(playerid,2))
      {   
         SetPlayerHealth(playerid,100);
      }
 
    else 
         
           SendClientMessage(playerid,red,"ERROR: You need to be vip level (2) to use this command ");
           return 1;
}
Reply


Messages In This Thread
LuxAdmin Vip Commands Needed. - by martin3644 - 18.08.2012, 06:24
Re: LuxAdmin Vip Commands Needed. - by RanSEE - 18.08.2012, 06:31
Re: LuxAdmin Vip Commands Needed. - by martin3644 - 18.08.2012, 06:35
Re: LuxAdmin Vip Commands Needed. - by RanSEE - 18.08.2012, 08:04
Re: LuxAdmin Vip Commands Needed. - by martin3644 - 18.08.2012, 09:30
Re: LuxAdmin Vip Commands Needed. - by martin3644 - 20.08.2012, 18:01
Re : LuxAdmin Vip Commands Needed. - by DaTa[X] - 20.08.2012, 18:11
Re: LuxAdmin Vip Commands Needed. - by kbalor - 20.08.2012, 18:38
Re: LuxAdmin Vip Commands Needed. - by martin3644 - 20.08.2012, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)