Raised This Month: $ Target: $400
 0% 

player looking @ eachother


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
pdoubleopdawg
Senior Member
Join Date: Aug 2005
Old 09-11-2005 , 04:58   player looking @ eachother
Reply With Quote #1

Can't get this to work..
Code:
#include <amxmodx> #include <amxmisc> #include <engine> public client_PreThink(id) {     new player,player2,body,body2,authid[33],authid2[33]     get_user_authid(id,authid,32)     get_user_aiming(id,player,body)     if(player) {         get_user_aiming(player,player2,body2)         get_user_authid(player2,authid2,32)         if(equali(authid,authid2)) {             check_function()         }     }     return PLUGIN_CONTINUE } public check_function() {     client_print(0,print_center,"ZOMG WORKZ!") }
pdoubleopdawg is offline
 



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 14:34.


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