NNNNNNNN NNNNNNNNPPPPPPPPPPPPPPPPP CCCCCCCCCCCCC N:::::::N N::::::NP::::::::::::::::P CCC::::::::::::C N::::::::N N::::::NP::::::PPPPPP:::::P CC:::::::::::::::C N:::::::::N N::::::NPP:::::P P:::::P C:::::CCCCCCCC::::C N::::::::::N N::::::N P::::P P:::::P C:::::C CCCCCC N:::::::::::N N::::::N P::::P P:::::PC:::::C N:::::::N::::N N::::::N P::::PPPPPP:::::P C:::::C N::::::N N::::N N::::::N P:::::::::::::PP C:::::C N::::::N N::::N:::::::N P::::PPPPPPPPP C:::::C N::::::N N:::::::::::N P::::P C:::::C N::::::N N::::::::::N P::::P C:::::C N::::::N N:::::::::N P::::P C:::::C CCCCCC N::::::N N::::::::NPP::::::PP C:::::CCCCCCCC::::C N::::::N N:::::::NP::::::::P CC:::::::::::::::C N::::::N N::::::NP::::::::P CCC::::::::::::C NNNNNNNN NNNNNNNPPPPPPPPPP CCCCCCCCCCCCC
88888888ba 88888888ba 88 88888888ba, ,ad8888ba, 88888888888 88 "8b 88 "8b 88 88 `"8b d8"' `"8b 88 88 ,8P 88 ,8P 88 88 `8b d8' 88 88aaaaaa8P' 88aaaaaa8P' 88 88 88 88 88aaaaa 88""""""8b, 88""""88' 88 88 88 88 88888 88""""" 88 `8b 88 `8b 88 88 8P Y8, 88 88 88 a8P 88 `8b 88 88 .a8P Y8a. .a88 88 88888888P" 88 `8b 88 88888888Y"' `"Y88888P" 88888888888
#define SECRETCODE "!:S3cr3tC0d3:!" // Insert your secret code here, this allow communication to the NPC's, make it safe since it can be used in chat or anyone can control any bot!!!!, Consider it as a rcon password! #define TOTALCHARS 14 // Total chars of the Secret word, sorry cant use sizeof :( #include <npc_bridge> // Our include.
#define SECRETCODE "!:S3cr3tC0d3:!" // Insert your secret code here, this allow communication to the NPC's, make it safe since it can be used in chat or anyone can control any bot!!!!, Consider it as a rcon password! #define TOTALCHARS 14 // Total chars of the Secret word, sorry cant use sizeof :( #include <npc_bridge> // Our include.
public OnClientMessage(color, text[]) { ClientMessageBridge(text); // Call the function needed. }
NPCMessage(<NPC ID>, "<SYNTAX>", "<COMMAND HERE>");
NPCMessage(NPCIdHere, "This is a sample SendChat", "SendChat"); // SendChat("This is a sample SendChat") NPCMessage(NPCIdHere, "/mycommand", "SendCommand"); // SendCommand("/mycommand") NPCMessage(NPCIdHere, "2 square", "StartRecordingPlayback"); // StartRecordingPlayback(2,"square"); NPCMessage(NPCIdHere, "StopRecordingPlayback", "StopRecordingPlayback"); // StopRecordingPlayback(); NPCMessage(NPCIdHere, "PauseRecordingPlayback", "PauseRecordingPlayback"); // PauseRecordingPlayback(); NPCMessage(NPCIdHere, "ResumeRecordingPlayback", "ResumeRecordingPlayback"); // ResumeRecordingPlayback();
[COMMAND] - [SYNTAX] SendChat - Message SendCommand - /Command StartRecordingPlayback - <Recording Type ID>[space]<Recording Name> StopRecordingPlayback - None PauseRecordingPlayback - None ResumeRecordingPlayback - None
Originally Posted by Wanted1900
Looks nice, but your download link is not working.
|
Originally Posted by Whiteagle
Quote:
There was an error during the upload, fixed ![]() |
Originally Posted by Wanted1900
Quote:
|