wall kill scripting help
i maked this plugin and i have an problem :
When i switch team appear that message like when i kill an enemy trough wall Rest of all plugin works (when i kill an enemy trough wall appear message correct) Please if somebody can fix Code : Code:
#include <amxmodx> |
Re: wall kill scripting help
You have to check not only if the attacker is not visible, but if the attacker is another player. So check if the attacker is alive or connected. If the player commits suicide or switches teams, the "attacker" may not be visible.
|
Re: wall kill scripting help
something like this ?
Code:
#include <amxmodx> |
Re: wall kill scripting help
Looks good, check the results. However:
Code:
!(something == anothersomething)Code:
something != anothersomething |
Re: wall kill scripting help
ya works thanks man
|
| All times are GMT -4. The time now is 22:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.