Scythero Posted January 3, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 06/17/13 Last Seen: May 14, 2014 Share Posted January 3, 2014 Can u give me script like this? - When player login and logout it has announcer like : strcharinfo(0) has login to our Server & strcharinfo(0) has logout from our Server - and 1 more script like custom announcer that announce every 10minutes please give me the script. thanks Quote Link to comment Share on other sites More sharing options...
Patskie Posted January 3, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share Posted January 3, 2014 - script Sample -1,{ OnPCLoginEvent: announce "" +strcharinfo(0)+ " has login to our server",0; end; OnPCLogoutEvent: announce "" +strcharinfo(0)+ " has logout from our server",0; end; } - script Sample1 -1,{ OnInit: while (1) { announce "Custom Announcer",0; sleep 10 * 60 * 1000; } end; } Quote Link to comment Share on other sites More sharing options...
Question
Scythero
Can u give me script like this?
- When player login and logout it has announcer like : strcharinfo(0) has login to our Server & strcharinfo(0) has logout from our Server
- and 1 more script like custom announcer that announce every 10minutes
please give me the script. thanks
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.