ayuda comandos /PM Y /ANNNOUNCE
#2

el pm lo podes sacar del FilterScript base que esta incluido en el servidor de samp (viene con el server)

en cuanto al anuncio

podes usar algo asi que es muy similar al del ladmin si no es identico
pawn Код:
dcmd_anuncio(playerid, params[]){
  if(!strlen(params)) return SendClientMessage(playerid, COLOR_WHITE, "USO: /anuncio <texto>");
  return GameTextForAll(params,4000,3);
}
o si no tambien puedes usar algo asi
pawn Код:
if(strcmp(cmdtext, "/anuncio", true, 9)==0)
{
  if(!strlen(cmdtext[10])) return SendClientMessage(playerid, 0xFF0000AA, "USO: /anuncio <texto>");
  GameTextForAll(cmdtext[10], 5000, 4);
  return 1;
}
Reply


Messages In This Thread
ayuda comandos /PM Y /ANNNOUNCE - by angel-laam - 23.01.2010, 19:29
Re: ayuda comandos /PM Y /ANNNOUNCE - by TheChaoz - 23.01.2010, 22:29
Re: ayuda comandos /PM Y /ANNNOUNCE - by CristianTdj - 23.01.2010, 23:13
Re: ayuda comandos /PM Y /ANNNOUNCE - by Miguel - 24.01.2010, 02:41
Re: ayuda comandos /PM Y /ANNNOUNCE - by TheChaoz - 24.01.2010, 08:49
Re: ayuda comandos /PM Y /ANNNOUNCE - by Miguel - 24.01.2010, 17:19
Re: ayuda comandos /PM Y /ANNNOUNCE - by TheChaoz - 24.01.2010, 18:03
Re: ayuda comandos /PM Y /ANNNOUNCE - by rankeron - 25.01.2010, 00:20
Re: ayuda comandos /PM Y /ANNNOUNCE - by xenowort - 25.01.2010, 22:19

Forum Jump:


Users browsing this thread: 3 Guest(s)