Ayuda Comando /Say
#1

Como hago para qe este comando

Код:
dcmd_s(playerid,params[]) {
	#pragma unused params
	if(PlayerInfo[playerid][Level] >= 5) {
 		if(!strlen(params)) return SendClientMessage(playerid, rojo, "USE: /s [texto]");
		new string[128]; format(string, sizeof(string), "%s: %s", PlayerName2(playerid), params[0] );
		return SendClientMessageToAll(azul,string);
	} else return SendClientMessage(playerid,rojo,"ERROR: Necesitas ser Administrador para usar este comando");
}
Sea permantene en el nick del admin

ocea para qe no estes poniendo a cada rato

Код:
/s texto
/s texto
/s texto
/s texto
y poner una ves

Код:
/s
y qe ya no aya necesidad de poner /s texto otra ves
ocea solo poner /s
y ya puedes hablar normal y qe salga como si pusieras
/s texto

como lo aria?


Reply


Messages In This Thread
Ayuda Comando /Say - by angel-laam - 19.03.2010, 19:25
Re: Ayuda Comando /Say - by Cesar_Biker - 19.03.2010, 19:50
Re: Ayuda Comando /Say - by angel-laam - 19.03.2010, 20:10
Re: Ayuda Comando /Say - by Cesar_Biker - 19.03.2010, 20:59
Re: Ayuda Comando /Say - by CristianTdj - 19.03.2010, 21:26
Re: Ayuda Comando /Say - by Cesar_Biker - 19.03.2010, 23:16
Re: Ayuda Comando /Say - by angel-laam - 20.03.2010, 01:03
Re: Ayuda Comando /Say - by laborgward - 20.03.2010, 02:42
Re: Ayuda Comando /Say - by CristianTdj - 20.03.2010, 11:09
Re: Ayuda Comando /Say - by angel-laam - 20.03.2010, 14:49

Forum Jump:


Users browsing this thread: 1 Guest(s)