Raised This Month: $ Target: $400
 0% 

Cookie Force Jailbreak


Post New Thread Reply   
 
Thread Tools Display Modes
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 09-27-2010 , 07:55   Re: Cookie Force Jailbreak
Reply With Quote #341

Quote:
Originally Posted by kropto View Post
Bad fix

Reason: Server shutting down
L 09/26/2010 - 17:22:12: Server shutdown
L 09/26/2010 - 17:22:12: Log file closed
L 09/26/2010 - 17:22:12: FATAL ERROR (shutting down): Host_Error: WriteDest_Parm: not a client
Give some more info. When did this happen? At startup ?

give the output of:
- rcon amxx plugins
- rcon amxx modules
- meta list
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
chriss
Member
Join Date: Dec 2009
Location: Estonia
Old 09-27-2010 , 08:23   Re: Cookie Force Jailbreak
Reply With Quote #342

makes server laggi , now . Don't know why .
__________________
Hey
chriss is offline
Send a message via MSN to chriss Send a message via Skype™ to chriss
kropto
Member
Join Date: Aug 2010
Location: Lithuanian
Old 09-27-2010 , 08:26   Re: Cookie Force Jailbreak
Reply With Quote #343

The server shuting down when connecting 4 players.

Server, linux debian 5.0 VPS

plugins amxx
PHP Code:
amxbans_core.amxx
amxbans_main
.amxx

Basic
playerslotmanager
.amxx
team_join
.amxx
admincmd
.amxx        basic admin console commands
adminslots
.amxx        slot reservation
Menus
menufront
.amxx        front-end for admin menus
plmenu
.amxx        players menu (kickbanclient cmds.)
mapsmenu.amxx        maps menu (votechangelevel)

Chat Messages
adminchat
.amxx        console chat commands
antiflood
.amxx        prevent clients from chat-flooding the server
scrollmsg
.amxx        displays a scrolling message
imessage
.amxx        displays information messages
adminvote
.amxx        vote commands

Map related
rockthevote_custom
.amxx
nextmap
.amxx        displays next map in mapcycle
mapchooser
.amxx    allows to vote for next map
timeleft
.amxx        displays time left on map

Custom Add 3rd party plugins here
cfjail
.amxx
jbvip
.amxx
playermodel
.amxx
GHW_Weapon_Replacement
.amxx
nademodes
.amxx
roundsound
.amxx
amx_freeday_manager
.amxx
jailbreak_openjails
.amxx
pirkimu_meniu
.amxx
Realistic_FlashBang
.amxx
radio_menu
.amxx
buyzoneremove
.amxx
amx_hpk
.amxx
weapon_icon
.amxx
voteban
.amxx
wall_text
.amxx
hide_money
.amxx
spec
.amxx

// fix
block.amxx
dos_bug
.amxx
linux_func_rotating_fix_engine
.amxx
linux_func_rotating_fix_fakemeta
.amxx 
modules
PHP Code:
mysql
;sqlite



fun
engine
fakemeta
geoip
;sockets
;regex
nvault
cstrike
csx
hamsandwich 
meta view

PHP Code:
Currently loaded plugins:
      
description      stat pend  file              vers      src  load  unlod
 
1dproto           RUN   -    dproto_i386.so    v0.8.73   ini  Start Never
 
2AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2-d  ini  Start ANY  
 
3MySQL            RUN   -    mysql_amxx_i386.  v1.8.2-d  pl2  ANY   ANY  
 
4SQLite           RUN   -    sqlite_amxx_i386  v1.8.2-d  pl2  ANY   ANY  /////////////////////////OFF
 
5Fun              RUN   -    fun_amxx_i386.so  v1.8.2-d  pl2  ANY   ANY  
 
6Engine           RUN   -    engine_amxx_i386  v1.8.2-d  pl2  ANY   ANY  
 
7FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.2-d  pl2  ANY   ANY  
 
8CStrike          RUN   -    cstrike_amxx_i38  v1.8.2-d  pl2  ANY   ANY  
 
9CSX              RUN   -    csx_amxx_i386.so  v1.8.2-d  pl2  ANY   ANY  
 
[10Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2-d  pl2  ANY   ANY  
10 plugins
10 running 
kropto is offline
Send a message via Skype™ to kropto
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 09-27-2010 , 11:15   Re: Cookie Force Jailbreak
Reply With Quote #344

No steam is not supported.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
kropto
Member
Join Date: Aug 2010
Location: Lithuanian
Old 09-27-2010 , 12:21   Re: Cookie Force Jailbreak
Reply With Quote #345

To redo on non steam?
kropto is offline
Send a message via Skype™ to kropto
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 09-27-2010 , 12:29   Re: Cookie Force Jailbreak
Reply With Quote #346

Quote:
Originally Posted by kropto View Post
To redo on non steam?
Lol, read the rules, i'm not rewriting my plugin to work on non steam
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
chriss
Member
Join Date: Dec 2009
Location: Estonia
Old 09-27-2010 , 16:23   Re: Cookie Force Jailbreak
Reply With Quote #347

Drekes , how i can do that after every zombie day there is 3 simon days . U can choose daysmenu only after 3 simon days .

All the time coming , sparta , zombie . Sucks .

Sorry for my bad english .
__________________
Hey
chriss is offline
Send a message via MSN to chriss Send a message via Skype™ to chriss
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 09-27-2010 , 16:30   Re: Cookie Force Jailbreak
Reply With Quote #348

Quote:
Originally Posted by chriss View Post
Drekes , how i can do that after every zombie day there is 3 simon days . U can choose daysmenu only after 3 simon days .
make a new var like g_SimonDayCount, do g_SimonCount++; when it's simon day, and reset it again when there's another day.
Then in the daysmenu menu function, check if g_SimonCount >= 3, if it's not, return PLUGIN_HANDLED;
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
chriss
Member
Join Date: Dec 2009
Location: Estonia
Old 09-27-2010 , 16:33   Re: Cookie Force Jailbreak
Reply With Quote #349

Too n00b to add these lines to code .

But thanks for answering anyway .

you should post here the code .

Really need that ...
__________________
Hey
chriss is offline
Send a message via MSN to chriss Send a message via Skype™ to chriss
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 09-27-2010 , 16:39   Re: Cookie Force Jailbreak
Reply With Quote #350

I don't have simon day included in this plugin.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
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 09:12.


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