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

This


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 08-05-2004 , 01:31   This
Reply With Quote #1

Would this be right?

register_event"sv_gravity","200"

would that be right would that do it on it own? or no?

Like this

Code:
/*Graivity From the Elements Mod By: Dizzy*/ #include <amxmodx> #include <cstrike> public plugin_init() { register_plugin"Gravity","1.0","Dizzy") register_event"sv_gravity","200") }
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 08-05-2004 , 01:32  
Reply With Quote #2

OMG I didn't mean to make a topic... Someone delete this I meant it to be a reply Damn
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
Burnzy
Veteran Member
Join Date: Apr 2004
Old 08-05-2004 , 01:34  
Reply With Quote #3

fucking christ.... if ive told u once ive told u a million times... if there is a ) then there must be a ( in font of it...

look at other plugins!

please no one tell him specifically cuz this is the easiest things in the books.
__________________
Burnzy is offline
Send a message via AIM to Burnzy
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 08-05-2004 , 01:35  
Reply With Quote #4

It was just an example

I know it's like this

/*Graivity
From the Elements
Mod
By: Dizzy*/

#include <amxmodx>
#include <cstrike>

public plugin_init()
{
register_plugin("Gravity","1.0","Dizzy")
register_cvar("sv_gravity","200")
}
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
Burnzy
Veteran Member
Join Date: Apr 2004
Old 08-05-2004 , 01:38  
Reply With Quote #5

u cant register_event on a cvar....

edit: and u cant register a cvar that already exists
__________________
Burnzy is offline
Send a message via AIM to Burnzy
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 08-05-2004 , 01:39  
Reply With Quote #6

I know That's from an older one like this

register_event("sv_gravity","200")
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
Burnzy
Veteran Member
Join Date: Apr 2004
Old 08-05-2004 , 01:41  
Reply With Quote #7

as i said, u cant do that... look how an event is done...
__________________
Burnzy is offline
Send a message via AIM to Burnzy
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 08-05-2004 , 02:25  
Reply With Quote #8

Quote:
Originally Posted by Burnzy
as i said, u cant do that... look how an event is done...
Is there a reason you always have to be an asshat burnzy.. You've been a member for what 3-4 months now? 75% of you posts are shit.. and all you do is rag on ppl.. while you've made a couple of plugins that doesn't give you any right to unload on ppl learning to code you little punk. If you don't want to give him the answer just STFU .. and let someone us do it if they want.. I for one am getting really tired of seeing you crap on other ppl in an attempt to compensate for you OBVIOUS insecurities and inadequacy issues..

so please do the whole community a favor and just STFU you asshat.

Now to answer Dizzy .. to set a specific users gravity you would do something like :

Code:
set_user_gravity(id,1.5) // where id is the users id you want to change and 1.5 is 1.5x the normal gravity // something like set_user_gravity(id,1.0) // would set it back to normal

if you changed the sv_gravity cvar that would effect everyone .. just not you.
__________________
Code:
#include <amxmodx> public client_connect(id){   new playerIQ    get_player_IQ(id,playerIQ)   if(playerIQ < 100 )  {     client_cmd(id,"say I'm too stupid to play;quit")  }   PLUGIN_CONTINUE}
KiN | SuicideDog is offline
Burnzy
Veteran Member
Join Date: Apr 2004
Old 08-05-2004 , 03:00  
Reply With Quote #9

ur 29 and speak to kids with that language... damn... u need a women

and im just saying that he doesnt make his code and im trying to make him remember just taking code is copy right. Just so u no that as well..
__________________
Burnzy is offline
Send a message via AIM to Burnzy
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 08-05-2004 , 03:54  
Reply With Quote #10

Quote:
Originally Posted by Burnzy
ur 29 and speak to kids with that language... damn... u need a women

and im just saying that he doesnt make his code and im trying to make him remember just taking code is copy right. Just so u no that as well..
I have no problem speaking to anyone of any age that feels they are old enough to berate or insult someone. If you can't take then don't give it.

Your response it just more proof that you are an little punk ass. I don't have a problem with younger kids.. in fact I have two of my own (12 yr old and 9 yr old). What I have a problem with is little asshats that are rude just because it makes them feel important.

Oh and it hurts so much when some 14yr old who probabally hasn't even seen a naked tit in real life tells me I need a woman. I have a wife and 2 kids.

Also don't try and cover up your sh*theadness by telling me what you were really trying to do was inform him that he shouldn't copy code because it's "copyrighted". First of all I know you've heard the word and have seen it thrown around .. but do you know what it really means.. or how it applies? Second to me it is very clear that he is trying to learn to code and the best way to do that is look and take parts of other ppls plugins and figure stuff out.. Hell it's part of the reason we even post code for the plugins.

If you were really just trying to say that (which you weren't).. then why the hell didn't you .. instead you feel like you have the right to berate him for 3-4 post and even have the gall of tell other ppl not to help him? Who the hell do you think you are? Once again I'll be blunt .. just STFU .. and I'm not the only one who's said this to you .. and this isn't the only thread you've been slammed in cuz you're a dumbass.. Take the f*cking hint already and shut your pie hole.
__________________
Code:
#include <amxmodx> public client_connect(id){   new playerIQ    get_player_IQ(id,playerIQ)   if(playerIQ < 100 )  {     client_cmd(id,"say I'm too stupid to play;quit")  }   PLUGIN_CONTINUE}
KiN | SuicideDog 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 22:22.


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