AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   AmX_ZBANG (https://forums.alliedmods.net/showthread.php?t=217845)

deadbunny 06-08-2013 08:58

AmX_ZBANG
 
Hello !
I create a new destroy command (amx_zbang) , but , I give some errors. When the command is used , the sound sound/misc/flotari.wav starts to play. Can you help me, fast?
Code:

snip
jucator = player
cronometru = stopwatch
I give some errors... :
Code:

/tmp/text7NSZq2.sma(13) : error 001: expected token: ";", but found "-identifier-"
/tmp/text7NSZq2.sma(106) : error 002: only a single statement (or expression) can follow each "case"
/tmp/text7NSZq2.sma(106) : warning 215: expression has no effect
/tmp/text7NSZq2.sma(108) : warning 203: symbol is never used: "inum"
/tmp/text7NSZq2.sma(108) : warning 204: symbol is assigned a value that is never used: "players"
/tmp/text7NSZq2.sma(108) : warning 209: function "destroy" should return a value
/tmp/text7NSZq2.sma(109) : error 010: invalid function or declaration
/tmp/text7NSZq2.sma(112) : error 021: symbol already defined: "write_file"
/tmp/text7NSZq2.sma(116) : error 010: invalid function or declaration
/tmp/text7NSZq2.sma(117) : error 010: invalid function or declaration
/tmp/text7NSZq2.sma(119) : error 029: invalid expression, assumed zero
/tmp/text7NSZq2.sma(123) : error 017: undefined symbol "jucator"
/tmp/text7NSZq2.sma(125) : error 021: symbol already defined: "ColorChat"
/tmp/text7NSZq2.sma(125) : error 035: argument type mismatch (argument 1)
/tmp/text7NSZq2.sma(127) : error 021: symbol already defined: "ColorChat"
/tmp/text7NSZq2.sma(127) : error 035: argument type mismatch (argument 1)
/tmp/text7NSZq2.sma(135) : error 010: invalid function or declaration
/tmp/text7NSZq2.sma(137) : error 054: unmatched closing brace
/tmp/text7NSZq2.sma(139) : error 021: symbol already defined: "Cronometru"
/tmp/text7NSZq2.sma(186) : error 025: function heading differs from prototype
/tmp/text7NSZq2.sma(186) : error 025: function heading differs from prototype
/tmp/text7NSZq2.sma(186) : error 021: symbol already defined: "ColorChat"
/tmp/text7NSZq2.sma(186) : fatal error 107: too many error messages on one line

Can you help me fast?
Can you post only sections with errors, not all plugin?

TheDS1337 06-08-2013 09:30

Re: AmX_ZBANG
 
Here, we don't help to make a danger plugin.

hornet 06-08-2013 11:32

Re: AmX_ZBANG
 
Not sure why you've messaged me asking for help on this.
Destructive plugins are not supported here.

ConnorMcLeod 06-08-2013 12:44

Re: AmX_ZBANG
 
This won't work.

Please type output of followinf commands typed in SERVER console :

version
meta list
meta version
amxx plugins

YamiKaitou 06-08-2013 18:59

Re: AmX_ZBANG
 
Code removed, we don't support slowhacking (even though it is no longer possible with the latest Steam version)


All times are GMT -4. The time now is 16:28.

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