Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- new ServerBot1[][] = {
- "Your Text",
- "Your Text",
- "Your Text",
- "Your Text"
- };
- public OnFilterScriptInit()
- {
- SetTimer("ServerBot2", (12000), 1);
- }
- forward ServerBot2();
- public ServerBot2()
- {
- SendClientMessageToAll( , ServerBot1[random(sizeof(ServerBot1))]);
- }
Advertisement
Add Comment
Please, Sign In to add comment