Code:
L 03/31/2014 - 22:39:39: [AMXX] Run time error 10: native error (native "message_begin")
L 03/31/2014 - 22:39:39: [AMXX] [0] Laser.sma::RoundEnd (line 51)
PHP Code:
public RoundEnd( )
{
message_begin(MSG_ALL, get_user_msgid("g_iMsgID_ScreenFade"));
write_short(4096*1); // Duration
write_short(4096*2); // Hold time
write_short(4096); // Fade type
write_byte(0); // Red
write_byte(0); // Green
write_byte(0); // Blue
write_byte(255); // Alpha
message_end();