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?
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?