Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Message Box
#1
Bug 
I do not know why I did this...
I hope idea is clear
PHP Code:
//THIS EXAMPLE CODE
using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.Text.RegularExpressions;
using System.Runtime.InteropServices;
using Addon;

namespace 
MsgBox
{
    public class 
MsgBox CPlugin
    
{
        [
DllImport("user32.dll"CharSet CharSet.Unicode)]
        public static 
extern int MessageBox(IntPtr hWndString textString captionuint type);
        public static 
void ShowMessageBox(string Msgstring Title)
        {
            
MessageBox(new IntPtr(0), MsgTitle0);
        }
        public 
override void OnServerLoad()
        {
            
ShowMessageBox("Ex: Test message""Information");
        }
    }

Reply

#2
And this does what?
~FYANB~ Servers Website

Primary Account:
[Image: 76561198070236721.png]
Secondary Account:
[Image: 76561198096107676.png]
Third Account:
[Image: 76561198164751656.png]
Reply

#3
(01-03-2016, 07:34)Casper Wrote: And this does what?

Displays MessageBox.
Can apply in different directions ...
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.