dcmd help
#1

why this script no errors dont show a message?? i type /sospetto id and a number but dont show any and if i type /sospetto show the alert :/


Код:
dcmd_sospetto(playerid,params[])
{
  new idsospetto;
  new numeropatt;
	if(sscanf(params, "ud", idsospetto, numeropatt)) return SendClientMessage(playerid, RED, "/sospetto [ID] [NUMERO PATTUGLIA]");
	if(!IsPlayerConnected(idsospetto)) return SendClientMessage(playerid, RED, "и offline");
	return SendClientMessageToAll(BLUE,"Radio Police-Patrol %s-Sheriff %s:A tutte le unitа stiamo inseguendo un sospetto>(%s)<presunto armato e pericoloso,Richiesta immediata di rinforzi",numeropatt,PlayerName(playerid),idsospetto);
}
Reply


Messages In This Thread
dcmd help - by iJumbo - 12.06.2010, 19:41
Re: dcmd help - by ziomal432 - 12.06.2010, 19:47
Re: dcmd help - by iJumbo - 12.06.2010, 19:50
Re: dcmd help - by iJumbo - 12.06.2010, 20:01
Re: dcmd help - by Dark_Kostas - 12.06.2010, 20:05
Re: dcmd help - by iJumbo - 12.06.2010, 20:08
Re: dcmd help - by Dark_Kostas - 12.06.2010, 20:18
Re: dcmd help - by iJumbo - 12.06.2010, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)