Optimization Gamemode
#1

Hello, I want to know how to optimize a full gamemode type gf.
Reply
#2

If you script your gamemode how you scripted your signature, then you're going to be optimising for a long time.
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
There are multiple topics on ways of optimising different bits of code, but there's no single answer. The first step is to profile your code and see what's actually running slowly, onec you know that then getting single optimisations methods for that one part is easier, but you can't do it without that data and only you can do that.
Wouldn't you agree that starting with memory optimization is the best start for someone like this (and the MYSQL queries as hinted above as well xD)?
Reply
#4

Quote:
Originally Posted by mamorunl
Посмотреть сообщение
Wouldn't you agree that starting with memory optimization is the best start for someone like this (and the MYSQL queries as hinted above as well xD)?
Using MySQL
I made new bool variables.
I deleted unused variables.

PS: ****** day on directly as I understand. I understand that to use less CPU / RAM but how?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)