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

Noclip


Post New Thread Reply   
 
Thread Tools Display Modes
r14170
Veteran Member
Join Date: Dec 2009
Old 08-11-2011 , 05:35   Re: Noclip
Reply With Quote #11

still can't get it to work.
r14170 is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-11-2011 , 05:46   Re: Noclip
Reply With Quote #12

Quote:
Originally Posted by r14170 View Post
still can't get it to work.
PHP Code:
        new ent find_ent_by_class(id"player");
        
entity_set_int(entEV_INT_movetype1) == MOVETYPE_FLY 
What the fuck is this ??

Ofcourse it wont work
__________________
xPaw is offline
r14170
Veteran Member
Join Date: Dec 2009
Old 08-11-2011 , 06:32   Re: Noclip
Reply With Quote #13

so how do i set it?
r14170 is offline
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 08-11-2011 , 06:48   Re: Noclip
Reply With Quote #14

Is it that hard to understand ?
Code:
entity_set_int(ent, EV_INT_movetype, MOVETYPE_FLY)
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
r14170
Veteran Member
Join Date: Dec 2009
Old 08-11-2011 , 06:57   Re: Noclip
Reply With Quote #15

Code:
public client_PreThink(id)
{
	if (get_user_noclip(id))
	{
                //code?
		entity_set_int(id, EV_INT_movetype, MOVETYPE_FLY)
	}
}

Last edited by r14170; 08-11-2011 at 07:00.
r14170 is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 08-11-2011 , 07:16   Re: Noclip
Reply With Quote #16

Try it?
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 08-11-2011 , 07:18   Re: Noclip
Reply With Quote #17

Quote:
Originally Posted by bibu View Post
Try it?
didnt they say post think
Doc-Holiday is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 08-11-2011 , 07:30   Re: Noclip
Reply With Quote #18

Quote:
Originally Posted by Doc-Holiday View Post
didnt they say post think
They did, it's his job to read better since it's his thread.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
r14170
Veteran Member
Join Date: Dec 2009
Old 08-11-2011 , 07:53   Re: Noclip
Reply With Quote #19

it doesnt work even if its in postthink
r14170 is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 08-11-2011 , 08:24   Re: Noclip
Reply With Quote #20

Quote:
Originally Posted by r14170 View Post
it doesnt work even if its in postthink
Think of possibilities. You're checking if the user has no-clip and then setting MOVETYPE_FLY.

My guess is, AMXMODX is still running the no-clip method without collision, and you're just adding useless issues on top of it. Try editing the main AMXMODX admin commands and change noclip to set their EV_INT_movetype in there.

Correct me if I'm wrong,
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX 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 19:03.


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