Command like /help 1 /help 2 /help 3?
#5

Код:
CMD:help(playerid, params[])
{
		SendClientMessageEx(playerid, COLOR_WHITE, "TEXT");
		SendClientMessageEx(playerid, COLOR_GREY,  "TEXT");
		return 1;
	}
	if(strcmp(params, "1", true) == 0) 
	{
                SendClientMessageEx(playerid,COLOR_WHITE, "TEXT");
               }
	}
	else if(strcmp(params, "2", true) == 0)
	{
               
                 SendClientMessageEx(playerid,COLOR_RED,"TEXT");
		}
	}
	return 1;
}
Something like this?
Reply


Messages In This Thread
Command like /help 1 /help 2 /help 3? - by Guitar - 21.08.2012, 21:34
Re: Command like /help 1 /help 2 /help 3? - by leonardo1434 - 21.08.2012, 21:39
Re: Command like /help 1 /help 2 /help 3? - by Guitar - 21.08.2012, 21:40
Re: Command like /help 1 /help 2 /help 3? - by ThePhenix - 21.08.2012, 21:43
Re: Command like /help 1 /help 2 /help 3? - by Akira297 - 21.08.2012, 21:45
Re: Command like /help 1 /help 2 /help 3? - by =WoR=G4M3Ov3r - 21.08.2012, 21:47
Re: Command like /help 1 /help 2 /help 3? - by Kirollos - 21.08.2012, 21:59
Re: Command like /help 1 /help 2 /help 3? - by leonardo1434 - 21.08.2012, 22:37
Re: Command like /help 1 /help 2 /help 3? - by Guitar - 21.08.2012, 23:53

Forum Jump:


Users browsing this thread: 2 Guest(s)