Raised This Month: $12 Target: $400
 3% 

Fake Death Messages V1.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
Downtown1
Veteran Member
Join Date: Mar 2004
Old 07-07-2004 , 11:47  
Reply With Quote #11

Ok, when can you add those cool features?
Downtown1 is offline
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 07-07-2004 , 12:04  
Reply With Quote #12

Quote:
Originally Posted by Downtown1
Ok, when can you add those cool features?
Prolly never...
__________________
My Plugins

Got ??
AssKicR is offline
Downtown1
Veteran Member
Join Date: Mar 2004
Old 07-07-2004 , 16:14  
Reply With Quote #13

Then why would you say "Yes" ?
Downtown1 is offline
zzzz
Junior Member
Join Date: Dec 2004
Old 12-10-2004 , 20:17  
Reply With Quote #14

I just saw the msg I made up in the console, it doen's appear in game.
How do I make death msg appear in game?
zzzz is offline
[]D [] []v[] []D
Member
Join Date: Jul 2005
Old 07-29-2005 , 00:41  
Reply With Quote #15

this plugin is frewakin awsome i luv messin with noobs
[]D [] []v[] []D is offline
Send a message via ICQ to []D [] []v[] []D
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 08-25-2005 , 19:21  
Reply With Quote #16

Won't work i am afraid on Earth Special Forces. It says "Client ... Not Found" When he / she is in the server and playing.
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
StopSpazzing
Member
Join Date: Jun 2005
Location: California
Old 11-09-2005 , 22:57  
Reply With Quote #17

This plugin compiles with errors:

Welcome to the AMX Mod X 1.60-300 Compiler.
Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team

Warning: Number of arguments does not match definition on line 49
Warning: Number of arguments does not match definition on line 57
Error: Invalid function or declaration on line 63
Error: Invalid expression, assumed zero on line 66

2 Errors.

Please fix and repost please...really want to mess with peoples' heads..thank you.

EDIT: Fixed the errors.
Change this:
Code:
public scoreboard(id,state){   // 0 - nothing, 1 - dead, 2 - bomb    message_begin( MSG_ALL, gmsgScoreAttrib,{0,0,0},0)    write_byte(id)    write_byte(state)    message_end()    return PLUGIN_HANDLED }

To this:
Code:
public scoreboard(id,g_state){   // 0 - nothing, 1 - dead, 2 - bomb    message_begin(MSG_ALL, gmsgScoreAttrib,{0,0,0},0)    write_byte(id)    write_byte(g_state)    message_end()    return PLUGIN_HANDLED }

AND make sure:
Code:
message_begin(MSG_ALL <<<
Has no spaces before the MSG_ALL else it will give warnings about message_end not being correct argument function.

Works perfectly fine now. No warnings or errors. Please update and post the new version. Thanks for this wonderful plugin!
StopSpazzing is offline
Send a message via AIM to StopSpazzing Send a message via Yahoo to StopSpazzing
z0nax
Member
Join Date: Mar 2006
Location: Denmark | In my dark roo
Old 03-04-2006 , 04:35  
Reply With Quote #18

Quote:
Originally Posted by StopSpazzing
This plugin compiles with errors:

Welcome to the AMX Mod X 1.60-300 Compiler.
Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team

Warning: Number of arguments does not match definition on line 49
Warning: Number of arguments does not match definition on line 57
Error: Invalid function or declaration on line 63
Error: Invalid expression, assumed zero on line 66

2 Errors.

Please fix and repost please...really want to mess with peoples' heads..thank you.

EDIT: Fixed the errors.
Change this:
Code:
public scoreboard(id,state){   // 0 - nothing, 1 - dead, 2 - bomb    message_begin( MSG_ALL, gmsgScoreAttrib,{0,0,0},0)    write_byte(id)    write_byte(state)    message_end()    return PLUGIN_HANDLED }

To this:
Code:
public scoreboard(id,g_state){   // 0 - nothing, 1 - dead, 2 - bomb    message_begin(MSG_ALL, gmsgScoreAttrib,{0,0,0},0)    write_byte(id)    write_byte(g_state)    message_end()    return PLUGIN_HANDLED }

AND make sure:
Code:
message_begin(MSG_ALL <<<
Has no spaces before the MSG_ALL else it will give warnings about message_end not being correct argument function.

Works perfectly fine now. No warnings or errors. Please update and post the new version. Thanks for this wonderful plugin!


Well I cant get it fixed.
Its says: 1 error. The first thing have i done but where shall
Code:
message_begin(MSG_ALL <<<
be?
__________________
- ZoNaX^
http://forums.alliedmods.net/faq.php...b_board_search
Offering free help to install:
AMXx, Plugins, Adding Admins.
The most general things to know.
PM me.
z0nax is offline
Send a message via MSN to z0nax
z0nax
Member
Join Date: Mar 2006
Location: Denmark | In my dark roo
Old 03-05-2006 , 12:41  
Reply With Quote #19

Can somone help?
__________________
- ZoNaX^
http://forums.alliedmods.net/faq.php...b_board_search
Offering free help to install:
AMXx, Plugins, Adding Admins.
The most general things to know.
PM me.
z0nax is offline
Send a message via MSN to z0nax
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 03-06-2006 , 03:54  
Reply With Quote #20

just change "state" to like "x_state"

Newer amx version has made "state" a reserved word
__________________
My Plugins

Got ??
AssKicR is offline
Reply



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 08:14.


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