Dynasty Posted December 1, 2013 Posted December 1, 2013 Hi i have a doubt about Account variable, if i not set it a var it means that the var that i put in a conditional it = to 0? ex: if(var == 0) mes "dfasdf"; close; without setting before? Quote
Patskie Posted December 1, 2013 Posted December 1, 2013 Yea. You can also set var = 0 in the first place. Quote
Dynasty Posted December 1, 2013 Author Posted December 1, 2013 (edited) Set it like it was a C languague?Ex:Oninit:Var = 0End;If(var = 0)Mes "fdsafds";Close;? Edited December 1, 2013 by Dynasty Quote
Emistry Posted December 1, 2013 Posted December 1, 2013 recently just explained that variable cant be remove by using the way you shown above.. it cant be done ...with your way.. the script is required to attach to a player when try to clear the variable since the variable is player based. althought you can try clear it from the SQL table, but this required all players to logoff before you can do so.. Quote
Dynasty Posted December 1, 2013 Author Posted December 1, 2013 recently just explained that variable cant be remove by using the way you shown above.. it cant be done ...with your way.. the script is required to attach to a player when try to clear the variable since the variable is player based. althought you can try clear it from the SQL table, but this required all players to logoff before you can do so.. sorry but i dont get it D;! Quote
nanakiwurtz Posted December 3, 2013 Posted December 3, 2013 if(!xyz) mes "Variable xyz is empty or never been used before."; else mes "Variable xyz contains "+xyz; close; Quote
Dynasty Posted December 4, 2013 Author Posted December 4, 2013 if(!xyz) mes "Variable xyz is empty or never been used before."; else mes "Variable xyz contains "+xyz; close; Ok... now i get it thk Quote
Question
Dynasty
Hi
i have a doubt about Account variable, if i not set it a var it means that the var that i put in a conditional it = to 0?
ex:
without setting before?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.