Not good with write_short ect. please help
When using:
Code:
public blackscreen(id) |
Re: Not good with write_short ect. please help
It is reset on spawn automatically.
|
Re: Not good with write_short ect. please help
o thanks good to know
edit: why wouldn't this work: Code:
public plugin_init() |
Re: Not good with write_short ect. please help
Code:
I may be wrong (I don't use bitwise operations that much), but '~0' is one. Don't know why you did this. |
Re: Not good with write_short ect. please help
You use invalid fade flags. See http://wiki.amxmodx.org/index.php/Ha...nts#ScreenFade for valid flags.
|
Re: Not good with write_short ect. please help
lol he should be
- Anyway, I said earlier I wasn't good at this shit lol. I took a look at that and saw memory address but I don't know exactly how and what to do with them. :( Thanks |
Re: Not good with write_short ect. please help
Paste this into your code
Code:
#define FFADE_IN 0x0000 // Just here so we don't pass 0 into the functionFor example: write_short(FFADE_STAYOUT); |
Re: Not good with write_short ect. please help
Hey ven, I got some help from Hawk on aim was wondering would this work?:
Code:
#include <amxmodx> |
Re: Not good with write_short ect. please help
|
Re: Not good with write_short ect. please help
I don't get where and what that means! Grr!!
Code:
public blackscreen(id) |
| All times are GMT -4. The time now is 06:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.