Muzzleflash is not work.
Dear Scripters!
I have a special problem. My problem is that, on my local server(windows) this plugin was worked perfectly, but I want to use this plugin on other Counter-Strike 1.6 server(linux server) and this not work. What is the problem? In plugin_init: Code:
register_forward(FM_AddToFullPack, "CPlayer__AddToFullPack_post", 1); |
Re: Muzzleflash is not work.
What is get_user_weapon_muzzle()?
|
Re: Muzzleflash is not work.
It's an include native.
In Main plugin: Code:
public native_get_user_weapon_muzzle(index) |
Re: Muzzleflash is not work.
if(equali(FegyverAdatok[kivalasztott[index][AK47]][Muzzle],"true")) ? what this !!!
Try to change this code to if( FegyverAdatok[kivalasztott[index][AK47]][Muzzle] ) Or show the holy code.. |
Re: Muzzleflash is not work.
Quote:
http://www.amxmodx.org/api/string/equali |
Re: Muzzleflash is not work.
Well, I try to explain my problem again:
I have a plugin, which can replace muzzleflash from a weapon.(In .qc file I removed the event). My problem is: In my local server this plugin was perfectly worked. BUT, If I place this plugin to an other server(which running under linux) this plugin is not work. Code:
#include <amxmodx> |
Re: Muzzleflash is not work.
Problem is solved with this: under the ReHlds this plugin is not work. I don't know why.
iEnt is not equal with g_iEntity in ReHlds. |
| All times are GMT -4. The time now is 11:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.