Ayuda comando
#2

PHP код:
dcmd_desarmartodos(playerid,params[])
{
   if(
PlayerInfo[playerid][LevelAdmin] >=3)
   {
      new 
string[256],Admin[MAX_PLAYER_NAME];
      for(new 
0MAX_PLAYERSi++)
      if (
IsPlayerConnected(i))
      {
         
ResetPlayerWeapons(i);
      }
      
GetPlayerName(playerid,Adminsizeof(Admin));
      
format(stringsizeof(string), "El Administrador %s Ha Desarmado a Todos los Jugadores"Admin);
      
SendClientMessageToAll(naranja,string);
   }
   return 
1;

Reply


Messages In This Thread
Ayuda comando - by uardo12 - 11.08.2014, 00:26
Re : Ayuda comando - by Alvaro89 - 11.08.2014, 01:25
Re: Ayuda comando - by uardo12 - 11.08.2014, 03:03
Respuesta: Ayuda comando - by Malganys - 11.08.2014, 03:46
Re: Ayuda comando - by uardo12 - 11.08.2014, 04:01
Re: Ayuda comando - by uardo12 - 11.08.2014, 22:36
Re : Re: Ayuda comando - by Alvaro89 - 11.08.2014, 22:59

Forum Jump:


Users browsing this thread: 3 Guest(s)