Raised This Month: $ Target: $400
 0% 

Trying to write an include File...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Silencer123
Veteran Member
Join Date: Jul 2006
Old 10-01-2006 , 05:42   Re: Trying to write an include File...
Reply With Quote #7

Okay but there are still some problems.
Code:
/* Fun Shortcuts by Silencer ** This file is provided as is (no warranties). */ #if !defined _fun_shortcuts_included     #define _shortcuts_included #if !defined _amxmodx_included     #include <amxmodx.inc> #endif /* Flash Screen - Flags (FFADE_IN, FFADE_OUT, FFADE_MODULATE, FFADE_STAYOUT) */ stock set_user_screen_flash(index = 0, Float:duration = 2.5, Float:holdtime = 0.5, fadetype[] = "FFADE_OUT", red = 255, green = 255, blue = 255, alpha = 255) {     message_begin(MSG_ONE,get_user_msgid("ScreenFade"),{0,0,0},index);     write_short(duration); // Tag mismatch (Also if using write_byte)     write_short(holdtime); // Tag mismatch (Also if using write_byte)     write_string(fadetype);     write_byte(red);     write_byte(green);     write_byte(blue);     write_byte(alpha);     message_end(); }
__________________
EAT YOUR VEGGIES

Last edited by Silencer123; 10-01-2006 at 05:47.
Silencer123 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:46.


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