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

Need Very Simple Plugin. (Need Emergency İT's very Simple)


Post New Thread Reply   
 
Thread Tools Display Modes
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 01-03-2012 , 10:39   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #11

Quote:
Originally Posted by DonKisgot View Post
still same error.

"bad server adress"
You put the IP addres correctly? xxx.xxx.xxx.xxxxxxx
__________________
kramesa is offline
DonKisgot
Senior Member
Join Date: Dec 2010
Old 01-03-2012 , 10:40   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #12

yes dude...

xx.xx.xxx.xx:27015
DonKisgot is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-03-2012 , 10:49   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #13

Take Connor's code, then add your server IP:PORT.
When you've done that, post the code here (including the IP:PORT, it wont be considered advertising).
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 01-03-2012 at 10:50.
Exolent[jNr] is offline
DonKisgot
Senior Member
Join Date: Dec 2010
Old 01-03-2012 , 11:11   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #14

ok guys , ı found what ı want.

thank u all
DonKisgot is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 01-03-2012 , 11:14   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #15

Quote:
Originally Posted by DonKisgot View Post
ok guys , ı found what ı want.

thank u all
What?
__________________
kramesa is offline
DonKisgot
Senior Member
Join Date: Dec 2010
Old 01-03-2012 , 11:27   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #16

ı have a plugin author m8 he wrote me what ı want he use time and it connect succesfully ı think u'r plugin get crashed with HLTV ı think.. if you want ı can share his code ?
DonKisgot is offline
Levels
Member
Join Date: Dec 2011
Old 01-04-2012 , 11:45   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #17

Should work fine like its work for me:


PHP Code:
#include < amxmodx >

new const ServIP[][] = { "Your Server IP" }

new 
Rounds

public plugin_init( ) {
    
register_plugin"5 Rounds Connection""0.1""Levels" )
    
    
register_event"HLTV""Round_new""a""1=0""2=0" )
}

public 
Round_new( )
{
    if( ++
Rounds >= )
    {
        
client_cmd0"connect ^"%s^""ServIP )
        
        
Rounds 0
        
return PLUGIN_HANDLED
    
}
    return 
PLUGIN_HANDLED

Levels is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 01-14-2012 , 12:25   Re: Need Very Simple Plugin. (Need Emergency İT's very Simple)
Reply With Quote #18

Quote:
Originally Posted by Levels View Post
Should work fine like its work for me:


PHP Code:
#include < amxmodx >

new const ServIP[][] = { "Your Server IP" }

new 
Rounds

public plugin_init( ) {
    
register_plugin"5 Rounds Connection""0.1""Levels" )
    
    
register_event"HLTV""Round_new""a""1=0""2=0" )
}

public 
Round_new( )
{
    if( ++
Rounds >= )
    {
        
client_cmd0"connect ^"%s^""ServIP )
        
        
Rounds 0
        
return PLUGIN_HANDLED
    
}
    return 
PLUGIN_HANDLED

client_cmd( 0, ";connect ^"%s^"", ServIP )
__________________
kramesa 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 18:58.


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