Show commands typed by players to admins
#5

Quote:
Originally Posted by ProDude
Посмотреть сообщение
Код:
CMD:listen(playerid, params[])
{
	if (adlvl[playerid] < 6) return 0;
	if(CListen[playerid] == 0)
	{
		CListen[playerid] = 1;
		SendClientMessage(playerid, -1, "You have started listening to commands.");
	}
	else
	{
		CListen[playerid] = 0;
		SendClientMessage(playerid, -1, "You have stopped listening to commands.");
	}
	return 1;
}
Here you Go
This command is not working in my script
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)