Scythero Posted January 3, 2014 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
Patskie Posted January 3, 2014 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
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
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.