Need help with Frag_save
Okay i have start this plugin and i cant see the problem on why its not saving the players frag. Heres the code.
PHP Code:
|
Re: Need help with Frag_save
not sure this will work O.O
PHP Code:
|
Re: Need help with Frag_save
hmm i get this, any idea?
/home/groups/amxmodx/tmp3/textVVHv6t.sma(106) : error 021: symbol already defined: "g_Frag_Save" /home/groups/amxmodx/tmp3/textVVHv6t.sma(109) : error 021: symbol already defined: "format" /home/groups/amxmodx/tmp3/textVVHv6t.sma(112) : error 010: invalid function or declaration /home/groups/amxmodx/tmp3/textVVHv6t.sma(115) : error 010: invalid function or declaration /home/groups/amxmodx/tmp3/textVVHv6t.sma(119) : error 010: invalid function or declaration /home/groups/amxmodx/tmp3/textVVHv6t.sma(122) : error 010: invalid function or declaration /home/groups/amxmodx/tmp3/textVVHv6t.sma(128) : error 010: invalid function or declaration /home/groups/amxmodx/tmp3/textVVHv6t.sma(130) : warning 203: symbol is never used: "filepointer" /home/groups/amxmodx/tmp3/textVVHv6t.sma(130) : warning 203: symbol is never used: "i" /home/groups/amxmodx/tmp3/textVVHv6t.sma(130) : warning 203: symbol is never used: "line" /home/groups/amxmodx/tmp3/textVVHv6t.sma(130) : warning 203: symbol is never used: "read" /home/groups/amxmodx/tmp3/textVVHv6t.sma(130) : warning 203: symbol is never used: "string" |
Re: Need help with Frag_save
@ kml
Let me guess, you just did a replace all for the variable Frag_Save? Changing the name of a variable does nothing to the code functionality-wise. @ Acid You declared Frag_Save as an array at the begining but then you also declared a function Frag_Save. The compiler thinks it is the same thing. |
Re: Need help with Frag_save
So i have to rename it to something else?
|
Re: Need help with Frag_save
ouh yes i only replace all with g xD
edit: yes u must change the name to something else and add a new variable |
Re: Need help with Frag_save
Quote:
Quote:
|
Re: Need help with Frag_save
yupp for being not funny
|
Re: Need help with Frag_save
Is this good?? and if it is will it work?
PHP Code:
|
Re: Need help with Frag_save
What is your objective with this plugin (be specific)? I will try to make it more efficient\less code. :crab:
|
| All times are GMT -4. The time now is 01:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.