Raised This Month: $ Target: $400
 0% 

Kz All In One!


Post New Thread Reply   
 
Thread Tools Display Modes
Isobold
Veteran Member
Join Date: Mar 2004
Old 05-28-2004 , 11:21  
Reply With Quote #41

During compile I get this Warning: kz_allinone_amxx.sma(94) : warning 217: loose indentation

Hope it will work anywhere. Does anyone know what the warning means?

The warning mentioned this line: set_user_origin(id, OldOrigin[id])


Edit:

unknown unknown unknown kz_allinone_amx bad load

It does not works for me. I've seen, that there were other users with errors and some solution. Does the code on the first page has al the fixes?
Isobold is offline
knekter
Senior Member
Join Date: Mar 2004
Location: PA
Old 05-29-2004 , 00:36   sorry
Reply With Quote #42

Ive decided to stop scripting, my career has ended. Not only do I not play any games anymore, but I have lost interest in all computer gaming. I hope some1 else can fix my problems.
__________________
More updates for Matrix Mod!
knekter is offline
Send a message via AIM to knekter Send a message via MSN to knekter
Schmich
Junior Member
Join Date: Mar 2004
Old 06-01-2004 , 11:26  
Reply With Quote #43

have fun not scipting =P i dont understand y it is so hard to code this plugin....it exists for the normal amx mod...
Schmich is offline
Isobold
Veteran Member
Join Date: Mar 2004
Old 06-01-2004 , 13:03  
Reply With Quote #44

does anyone has a working version of this plugin/ a working Plugins with the same abilities?

Would be nice, if he would post it here...
Isobold is offline
Schmich
Junior Member
Join Date: Mar 2004
Old 06-02-2004 , 11:28  
Reply With Quote #45

should ask AssKicR coz i think he was the one who made it for the amx mod
Schmich is offline
BlackScream
Junior Member
Join Date: Jun 2004
Old 06-18-2004 , 18:37  
Reply With Quote #46

i need the plugin too. because the plugin for amx do not run.
I find it unfortunate that this knekter stop scripting.
Can somebody up a fixed plugin ???
BlackScream is offline
martinrb
Junior Member
Join Date: Jun 2004
Old 06-19-2004 , 14:15  
Reply With Quote #47

make sure to disable the respawn-feature
this causes the server to crash when some1 dies.

im not entirely sure about the godmode... i think it can crash the server too. but it often works. i didnt have the chance to test it thoroughly.
respawn definately crashes. if ur server still crashes try commenting out the line with "say /god"

edit
change ur plugin init to this and your server and clients will thank you
Code:
public plugin_init()
{
   register_plugin("kz_allinone","1.1","ashade")
   register_cvar("sv_kreedz","0")
   register_clcmd("say /god","god",0,": will give someone godmode")
   register_clcmd("say /checkpoint","check",0,": Will save users origin")
   register_clcmd("say /gocheck","gocheck",0,": will take user to checkpoint")
   register_clcmd("say /stuck","stuck",0,": de stuck ya")
   register_clcmd("say /unstuck","stuck",0,": de stuck ya")
//   register_event("DeathMsg","death_msg","a")
//   register_cvar("amx_respawn","1")
   return PLUGIN_CONTINUE
}
martinrb is offline
BlackScream
Junior Member
Join Date: Jun 2004
Old 06-19-2004 , 15:17  
Reply With Quote #48

my server dont crash when some1 dies, my server crash sometimes when i write /gocheck
BlackScream is offline
zwooz
Junior Member
Join Date: Jun 2004
Location: Sweden
Old 06-20-2004 , 15:11   disable respawn
Reply With Quote #49

to disable respawn simply change ("amx_respawn","1") to ("amx_respawn","0") it should look like this:

[/code]public plugin_init()
{
register_plugin("kz_allinone","1.1","ashade")
register_cvar("sv_kreedz","1")
register_clcmd("say /god","god",0,": will give someone godmode")
register_clcmd("say /checkpoint","check",0,": Will save users origin")
register_clcmd("say /gocheck","gocheck",0,": will take user to checkpoint")
register_clcmd("say /stuck","stuck",0,": de stuck ya")
register_event("DeathMsg","death_msg","a")
register_cvar("amx_respawn","0")
return PLUGIN_CONTINUE
} [/quote]
zwooz is offline
zwooz
Junior Member
Join Date: Jun 2004
Location: Sweden
Old 06-20-2004 , 15:13  
Reply With Quote #50

oops :s

[/quote]public plugin_init()
{
register_plugin("kz_allinone","1.1","ashade")
register_cvar("sv_kreedz","1")
register_clcmd("say /god","god",0,": will give someone godmode")
register_clcmd("say /checkpoint","check",0,": Will save users origin")
register_clcmd("say /gocheck","gocheck",0,": will take user to checkpoint")
register_clcmd("say /stuck","stuck",0,": de stuck ya")
register_event("DeathMsg","death_msg","a")
register_cvar("amx_respawn","0")
return PLUGIN_CONTINUE
} [/quote]
zwooz 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 21:40.


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