AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved [HELP] Jointeam with HUD (https://forums.alliedmods.net/showthread.php?t=320888)

laper32 01-13-2020 21:38

[HELP] Jointeam with HUD
 
Already Solved.

Problem mainly because that:

PHP Code:

int target client

'=' is from right to left.
It should be like this:

PHP Code:

target <- client 

this is the problem.
so when get someone's HUD info,
you should use 'target' instead of 'client'.


All times are GMT -4. The time now is 18:56.

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