AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   What is this command? (https://forums.alliedmods.net/showthread.php?t=276050)

alex4301 12-13-2015 17:08

What is this command?
 
resolve

alex4301 12-14-2015 07:50

Re: What is this command?
 
up.

raizo11 12-14-2015 09:00

Re: What is this command?
 
SVC_DIRECTOR that we meet in dhudmessage to send the client a message on the screen / console...

stock SendCmd(const iClient, const szCommand[]) { message_begin(MSG_ONE, SVC_DIRECTOR, _, iClient); write_byte(strlen(szCommand) + 2); write_byte(10); write_string(szCommand); message_end();}


All times are GMT -4. The time now is 17:56.

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