Raised This Month: $ Target: $400
 0% 

Screen origin...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
XunTric
BANNED
Join Date: Jan 2005
Location: Norway/Norge
Old 08-27-2005 , 11:48  
Reply With Quote #5

Cool, thanks.
Now I have this, but dont have any idea of how getting it to the other corner.
Code:
#include <amxmodx> #include <amxmisc> new bool:g_adversite[33] public plugin_init() {     register_plugin("www.xuntric.tk adversite", "1.0", "XunTric")     register_clcmd("say /remove", "removeadd")     register_clcmd("say_team /remove", "removeadd") } public client_putinserver(id) {     g_adversite[id] = true     set_task(15.0, "hud", id) } public hud(id)     {     new message[200]     set_hudmessage(0, 0, 255, 0.01, 0.29, 0, 6.0, 2.0, 0.1, 0.2, 4)     format(message, 199, "----------------------------^nI only have 3 admins + me^nAnd I need more!!^nJoin xuntric.tk^nAnd be active on the server^nThen you might get admin!!^n----------------------------^nTo remove this message:^nsay /remove^n----------------------------")     show_hudmessage(id, message)     if(g_adversite[id] == true) {          set_task(15.0, "hud", id)     }     return }     public removeadd(id) {     client_print(id, print_chat, "[Adversite Text Removed]")     g_adversite[id] = false     remove_task(id)     return PLUGIN_HANDLED } public client_disconnect(id) {     g_adversite[id] = false }
XunTric is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:24.


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