Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Making pop ups?


Banisher
 Share

Recommended Posts

well, in your sub join game add this:

If GetVar("\Scripts\CharScripts\" & GetPlayerName(index) &".ini", "Data", "FirstLog") = "" then
Call PlayerMsg(index, "This is our first login!", 14)
Call PutVar("\Scripts\CharScripts\" & GetPlayerName(index) &".ini", "Data", "FirstLog", 1)
End If

Now you wanted to make a custom menu but since custom menus are way longer to do, I won't give an example right away…
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...