Ayuda
#2

Mira esto, no se si es lo que buscas:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
 
   if(strcmp(cmdtext, "/administrar", true) == 0)
   {
      SetPlayerName(playerid, "Edu123");
      SendClientMessage(playerid, 0x00ECFFFF, "Estas en servicio y has cambiado tu nombre a: Edu123");
      return 1;
   }
   
   if(strcmp(cmdtext, "/offadmin", true) == 0)
   {
      SetPlayerName(playerid, "Eduardo_Montilla");
      SendClientMessage(playerid, 0x00ECFFFF, "Ya no estas en servicio y has cambiado tu nombre a: Eduardo_Montilla");
      return 1;
   }
   
return 0;
}
Reply


Messages In This Thread
Ayuda - by XxX(cena)XxX - 23.08.2011, 04:29
Respuesta: Ayuda - by [00]Luis - 23.08.2011, 18:47
Re: Ayuda - by XxX(cena)XxX - 23.08.2011, 18:58
Respuesta: Ayuda - by [00]Luis - 23.08.2011, 19:10
Respuesta: Re: Ayuda - by TheChaoz - 23.08.2011, 19:20
Respuesta: Re: Ayuda - by [00]Luis - 23.08.2011, 19:26
Respuesta: Ayuda - by Jovanny - 23.08.2011, 21:47

Forum Jump:


Users browsing this thread: 2 Guest(s)