Raised This Month: $51 Target: $400
 12% 

VIP Plugin v5.4.5


Post New Thread Reply   
 
Thread Tools Display Modes
alicx
BANNED
Join Date: Mar 2013
Location: Tunisia
Old 04-29-2013 , 13:19   Re: VIP Plugin v5.4.4
Reply With Quote #41

i don't understund what you mean ! but i use the mode that it give you mor than 16000 money so it's good
alicx is offline
Send a message via MSN to alicx Send a message via Skype™ to alicx
Old 04-29-2013, 13:22
alicx
This message has been deleted by ConnorMcLeod. Reason: Read rules https://forums.alliedmods.net/misc.php?do=showrules
Old 04-29-2013, 13:35
alicx
This message has been deleted by ConnorMcLeod. Reason: Read rules https://forums.alliedmods.net/misc.php?do=showrules
Old 04-29-2013, 13:42
alicx
This message has been deleted by ConnorMcLeod. Reason: Read rules https://forums.alliedmods.net/misc.php?do=showrules
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-29-2013 , 14:25   Re: VIP Plugin v5.4.4
Reply With Quote #42

Quote:
Originally Posted by Unkolix View Post
Thanks alicx. You helped me a lot, but your motd picture looks different from mine motd...
Because you are using steam.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 04-30-2013 , 13:17   Re: VIP Plugin v5.4.5
Reply With Quote #43

VIP Plugin v5.4.5
  • v5.4.5 - MotD correction, should work perfectly now. + auto contact info + price in motd.

Quote:
Originally Posted by ConnorMcLeod View Post
Because you are using steam.
Well, I made it look almost the same way as it was in alicx screen ;D

Last edited by Unkolix; 04-30-2013 at 13:17.
Unkolix is offline
alicx
BANNED
Join Date: Mar 2013
Location: Tunisia
Old 04-30-2013 , 13:56   Re: VIP Plugin v5.4.5
Reply With Quote #44

try to add this Unkolix:
it annoce when a vip enter to server
PHP Code:
#include <amxmodx>

new bool:g_Vip[33], g_Hudmsg;

public 
plugin_init(){
    
register_plugin("VIP annoncer""1.0""Alicx");
    
g_Hudmsg=CreateHudSyncObj();
}
public 
client_authorized(id){
    if(
get_user_flags(id) & 524288 == 524288){
        
client_authorized_vip(id);
    }
}
public 
client_authorized_vip(id){
    
g_Vip[id]=true;
    new 
g_Name[64];
    
get_user_name(id,g_Name,charsmax(g_Name));
    
set_hudmessage(241902200.250.206.06.0);
    
ShowSyncHudMsg(0g_Hudmsg"[VIP]The Vip %s Has entred to the server",g_Name);
}
public 
client_disconnect(id){
    if(
g_Vip[id]){
        
client_disconnect_vip(id);
    }
}
public 
client_disconnect_vip(id){
    
g_Vip[id]=false;

alicx is offline
Send a message via MSN to alicx Send a message via Skype™ to alicx
WhyThis
Senior Member
Join Date: May 2013
Old 05-27-2013 , 04:06   Re: VIP Plugin v5.4.5
Reply With Quote #45

Why this plugin is Unapproved ??
it's a good Plugin i like it So much
WhyThis is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 06-01-2013 , 06:46   Re: VIP Plugin v5.4.5
Reply With Quote #46

Quote:
Originally Posted by WhyThis View Post
Why this plugin is Unapproved ??
it's a good Plugin i like it So much
Because it is poorly coded and has pieces of other's codes copy and pasted in it, and as stated by Connor, the author must be able to support it.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.
hornet is offline
spoller
Junior Member
Join Date: May 2013
Old 06-12-2013 , 00:04   Re: VIP Plugin v5.4.5
Reply With Quote #47

This plugin has a bug that displays naesenny and the resulting damage not only the VIP but also to all players on the server...
spoller is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 06-12-2013 , 04:43   Re: VIP Plugin v5.4.5
Reply With Quote #48

Quote:
Originally Posted by spoller View Post
naesenny
Quote:
Originally Posted by spoller View Post
resulting damage
Can you explain in english?
Unkolix is offline
hosimosi
Senior Member
Join Date: Apr 2013
Old 06-23-2013 , 15:20   Re: VIP Plugin v5.4.5
Reply With Quote #49

Can someone help me ?
I have problem with vip.txt , not work for me please help!!!!
Thanks
hosimosi is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 06-24-2013 , 06:38   Re: VIP Plugin v5.4.5
Reply With Quote #50

Quote:
Originally Posted by hosimosi View Post
Can someone help me ?
I have problem with vip.txt , not work for me please help!!!!
Thanks
Download Notepad++ and encode the .txt file to "UTF-8 without BOM", you should be able to find a tutorial in google.
Unkolix is offline
Reply



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 08:31.


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