Menu

Show posts

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 Menu

Messages - dracc

#1
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.
#3
params.len() can be used to find out the number of elements in your array.
#4
Support / Re: Ping starting spiking
Jun 30, 2019, 01:02 PM
Are you using WiFi? That's the most common source of weird lag spikes in my experience.
#5
Script Showroom / Re: Vehicle System
Jun 19, 2019, 05:10 PM
Quote from: AroliS^ on Jun 19, 2019, 04:59 PM
Quote from: Mahmut_T7 on Jun 19, 2019, 04:00 PM
Quote from: dracc on Jun 18, 2019, 05:36 PM
Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.

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;
The error lies within your changes to the code as I replied in the thread you created for this same problem.
Me again, sorry I need your help.When I buy a car my money still same.

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
Looks like you're right, except for the mis-quotation. It's "DecCash(...".
#6
Script Showroom / Re: Vehicle System
Jun 19, 2019, 05:07 PM
Quote from: Mahmut_T7 on Jun 19, 2019, 04:00 PM
Quote from: dracc on Jun 18, 2019, 05:36 PM
Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.

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;
The error lies within your changes to the code as I replied in the thread you created for this same problem.
Me again, sorry I need your help.When I buy a car my money still same.

Where at problem ?
https://imgur.com/lil1GS4
https://imgur.com/L6Prs1e
Are you seriously using comic sans for your scripting?
#7
Script Showroom / Re: Vehicle System
Jun 18, 2019, 05:36 PM
Quote from: Mahmut_T7 on Jun 18, 2019, 12:05 PMI need help.

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;
The error lies within your changes to the code as I replied in the thread you created for this same problem.
#8
Script Showroom / Re: Zombie Survival 0.2
Jun 02, 2019, 08:40 PM
Will be fun filing cleanup PRs. Thanks for setting up the repository!
#9
Script Showroom / Re: Zombie Survival 0.2
Jun 02, 2019, 12:29 AM
GitHub repository when?
#10
Client Scripting / Re: Real Time
May 21, 2019, 08:01 AM
Well, you run System.GetDate and update the GUILabel on every single processed frame - no wonder it's slow.
#11
Support / Re: Need Help
May 19, 2019, 04:05 PM
Quote from: Killer_King^ on May 19, 2019, 10:13 AM
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?
https://portforward.com/
#12
Support / Re: Need Help
May 19, 2019, 09:50 AM
I had a similar problem which was resolved by opening ports in my router. I am not convinced that would help in this case though.
#13
Quote from: =RK=MarineForce on May 18, 2019, 12:29 AMits showing The index "Stats" does not exists

Looks like adding Stats <- array(100, null); in onScriptLoad() would be enough.
#14
Are you serious? This is your third thread about the same fucking error!
You still have not shared your full (set of) script(s) - there's no way in hell we can help you without more information.
#15
Please don't bump your threads like a madman?

Make sure you're capitalizing your variable names correctly ("Langauge" is not the same as "language").