You don't escape the characters of the name when updating them into the database but you do so when saving and fetching them.
Many names will not be found correctly.
Many names will not be found correctly.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: AroliS^ on Jun 19, 2019, 04:59 PMLooks like you're right, except for the mis-quotation. It's "DecCash(...".Quote from: Mahmut_T7 on Jun 19, 2019, 04:00 PMQuote from: dracc on Jun 18, 2019, 05:36 PMMe again, sorry I need your help.When I buy a car my money still same.Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.The error lies within your changes to the code as I replied in the thread you created for this same problem.
https://imgur.com/7pM7oJm
When I add your commands in function they wont work I think there is problem in here
:
local cmd = command.tolower();
local cmd = text;
cmd = command.tolower();
text = arguments;
local params;
Where at problem ?
https://imgur.com/lil1GS4
https://imgur.com/L6Prs1e/*
IncCash( player, Cost );
*/
->
IncCash( player, Cost );
i guess you already gave the IncCash function
Quote from: Mahmut_T7 on Jun 19, 2019, 04:00 PMAre you seriously using comic sans for your scripting?Quote from: dracc on Jun 18, 2019, 05:36 PMMe again, sorry I need your help.When I buy a car my money still same.Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.The error lies within your changes to the code as I replied in the thread you created for this same problem.
https://imgur.com/7pM7oJm
When I add your commands in function they wont work I think there is problem in here
:
local cmd = command.tolower();
local cmd = text;
cmd = command.tolower();
text = arguments;
local params;
Where at problem ?
https://imgur.com/lil1GS4
https://imgur.com/L6Prs1e
Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.The error lies within your changes to the code as I replied in the thread you created for this same problem.
https://imgur.com/7pM7oJm
When I add your commands in function they wont work I think there is problem in here
:
local cmd = command.tolower();
local cmd = text;
cmd = command.tolower();
text = arguments;
local params;
Quote from: Killer_King^ on May 19, 2019, 10:13 AMhttps://portforward.com/Quote from: dracc on May 19, 2019, 09:50 AMI had a similar problem which was resolved by opening ports in my router. I am not convinced that would help in this case though.Can you tell me how?
Quote from: =RK=MarineForce on May 18, 2019, 12:29 AMits showing The index "Stats" does not exists
Stats <- array(100, null);
in onScriptLoad() would be enough.