Raised This Month: $ Target: $400
 0% 

Problems with touch detecting


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 03-01-2007 , 04:26   Re: Problems with touch detecting
Reply With Quote #1

Code:
#include <amxmodx> #include <cstrike> #include <engine> public plugin_init() {     register_touch("player","player","hook_touch"); } public hook_touch(toucher,touched) {     if(cs_get_user_team(toucher) != cs_get_user_team(touched))     {          //...     } }
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
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 00:40.


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