I need help with my Anti Jet Pack script.
#5

The function of this script will be ban players that are using JetPack With the only exception administrators.
PHP код:
stock JetPackHacks(playerid)
{
    new 
str[256];
    new 
str2[256];
     if(
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
      {
      
format(strsizeof(str)),"Player: %s has been banned to Jetpack Hacks",GetPlayerName(playerid);
      
SendClientMessageToAll(COLOR_REDstr);    
      
Ban(playerid);
      }
      else if(
IsPlayerAdmin(playerid))
          {
          
format(str2sizeof(str2)),"Administrator: %s is now using a Jetpack"GetPlayerName(playerid};
          
SendClientMessageToAll(COLOR_NAVYstr2);
    return 
1;

Reply


Messages In This Thread
I need help with my Anti Jet Pack script. - by Magic_Time - 27.12.2012, 14:14
Re: I need help with my Anti Jet Pack script. - by rbush12 - 27.12.2012, 14:15
Re: I need help with my Anti Jet Pack script. - by Magic_Time - 27.12.2012, 14:16
Re: I need help with my Anti Jet Pack script. - by Threshold - 27.12.2012, 14:17
Re: I need help with my Anti Jet Pack script. - by Magic_Time - 27.12.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)