Aiming at player show..
How to make that if you aim at player who is in your CT it shows on lower right screen - CP: checkpointnum[i-1]
checkpointnum[i-1] is amxmodx function that needs to show.. that users checkpointnum .. |
Re: Aiming at player show..
You can use:
native Float:get_user_aiming(id, &target, &body, dist=9999) It will return target id, then you use: native get_user_team(id, team[]="", len=0); to get team id of aimed player, and team id aiming player. If first and second team id are the same then... hmm client_print of hud_message (don't know :oops:). |
Re: Aiming at player show..
what...
|
Re: Aiming at player show..
Grammar please... (can someone clarify the problem)
|
Re: Aiming at player show..
Here is a crappy example:
PHP Code:
|
Re: Aiming at player show..
?? could you make the complete script?
|
Re: Aiming at player show..
No because I don't know the rest of your code.
|
Re: Aiming at player show..
Ok. here it is - http://www.ampaste.net/82765
|
Re: Aiming at player show..
anyone?
|
Re: Aiming at player show..
Omg >.> look at this and stop bumping... is just a simple e.g :
Code:
new check_points[33]; |
| All times are GMT -4. The time now is 16:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.