Raised This Month: $ Target: $400
 0% 

admin follow me


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
the_aking
Member
Join Date: Oct 2005
Old 04-28-2006 , 06:17   admin follow me
Reply With Quote #1

make a player follow you in a certian distance dont want him to stuck in to me

amx_follow nick distance
like that... and then the user will follow you every where you go
and
amx_unfollow nick
the_aking is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 05-10-2006 , 09:45  
Reply With Quote #2

That's a great idea especially when the player with the bomb is camping spawn
SubStream is offline
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 05-10-2006 , 10:22  
Reply With Quote #3

think you must use
Code:
entity_set_int(id, EV_INT_movetype, MOVETYPE_FOLLOW)
engine needed



[EDIT]
coult something like this work?
Code:
new user[32], uid     read_argv(1,user,31)         uid = find_player("bfl",user)         if (uid == 0) {         console_print(id,"Player %s not found", user)         return PLUGIN_HANDLED     }         entity_set_int(user, EV_INT_movetype, MOVETYPE_FOLLOW) }
wouter is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 05-10-2006 , 11:47  
Reply With Quote #4

I'm not sure how movetype_follow effects a player could someone explain?
SubStream is offline
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 05-10-2006 , 11:48  
Reply With Quote #5

sounds cool
wouter 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 10:01.


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