13.02.2014, 15:25
Don't make all strings to 128, make them depending on how big the string is or it will not give all characters.
- Use foreach for loops
- Use y commands or zcmd
- If you will use onplayerupdate, use Cessil's limiting method in his anticheat tips.
- Serversided weapons
- Keep timer amount at minimum and rather use gettime()
- Avoid using too many loops and make them work on minimum usage.
- Keep variable amounts at minimum and avoid using duplicate ones.
- Use foreach for loops
- Use y commands or zcmd
- If you will use onplayerupdate, use Cessil's limiting method in his anticheat tips.
- Serversided weapons
- Keep timer amount at minimum and rather use gettime()
- Avoid using too many loops and make them work on minimum usage.
- Keep variable amounts at minimum and avoid using duplicate ones.

