AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   PrintToChatAll help (https://forums.alliedmods.net/showthread.php?t=113007)

Lord Canistra 12-23-2009 09:13

Re: PrintToChatAll help
 
^ PrintToChat is almost the same in use, but has additional first parameter "client", which is client id.

public OnClientPostAdminCheck(client)
{
PrintToChat(client, "\x011[SM] You can type !laseron to get laser and !laseroff to turn laser off");
}


All times are GMT -4. The time now is 18:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.