AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Is this right? (https://forums.alliedmods.net/showthread.php?t=120857)

jingojang 03-08-2010 16:20

Is this right?
 
/* Include File generated by Pawn Studio */

#include <amxmodx>
#include <amxmisc>

// Add your own functions, stocks, natives and/or forwards here

<BODY>


<APPLET CODE="jads.class" WIDTH="88" HEIGHT="31">
<PARAM NAME="image_0" VALUE="banner1.gif">
<PARAM NAME="alink_0" VALUE="SERVER BY LIRRAN">
<PARAM NAME="image_1" VALUE="banner2.gif">
<PARAM NAME="alink_1"
VALUE="SERVER BY LIRRAN">
<PARAM NAME="image_2" VALUE="banner3.gif">
<PARAM NAME="alink_2" VALUE="SERVER BY LIRRAN">
<PARAM NAME="image_3" VALUE="banner4.gif">
<PARAM NAME="alink_3" VALUE="SERVER BY LIRRAN">
<PARAM NAME="image_2" VALUE="banner5.gif">
<PARAM NAME="alink_2" VALUE="SERVER BY LIRRAN">
<PARAM NAME="wait" VALUE="50">
<PARAM NAME="frame_0" VALUE="_blank">
<PARAM NAME="frame_1" VALUE="_blank">
<PARAM NAME="frame_2" VALUE="_blank">
<PARAM NAME="frame_3" VALUE="_blank">
<PARAM NAME="frame_4" VALUE="_blank">
<PARAM NAME="frame_5" VALUE="_blank">
</APPLET>


</BODY>


Is this a text plugin for a banner that streaks over the screen?

lazarev 03-08-2010 16:31

Re: Is this right?
 
:shock:
no.

jingojang 03-08-2010 16:39

Re: Is this right?
 
Offtopic.

Jheshka 03-08-2010 16:39

Re: Is this right?
 
Amxmodx scripts use the pawn language, not an XML variant.
For an example of an extremely easy script look here


You edited your post, but was this what you were looking for?

Code:

#include <amxmodx>

public plugin_init()
{
        register_plugin( "Castle Mod", 1.0, "jingojang" );

}

public client_putinserver(id)
{
        client_print(id, print_chat, "[Castle Mod] This Server Is Useing Castle Mod by NAME");
       
}


Mxnn 03-08-2010 18:25

Re: Is this right?
 
I think that he wants to show a MOTD with that images/stuff.


All times are GMT -4. The time now is 09:29.

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