Raised This Month: $ Target: $400
 0% 

REQ - Script Help.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
irule
Junior Member
Join Date: Mar 2024
Old 03-28-2024 , 19:46   REQ - Script Help.
Reply With Quote #1

How to do this to work the bots can join every once in 2 min or rondom minutes? thank you.

simple code..
Code:
#include <amxmodx> #include <amxmisc> public plugin_init() {     register_plugin("BOT", "1.0", "BOT"); } public client_connected(id) {     if (is_user_bot(id))     {         set_task( 30.0, "joined", id );     } } public joined( id ) {     if(is_user_bot(id))     {         ??????     } }

Last edited by irule; 03-29-2024 at 19:41.
irule is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:14.


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