Help with improving and optimizing code
1 Attachment(s)
Hello guys, I made for myself a code which satisfies my needs and I need your opinions, advices and recommendations to make it better in terms of scripting.
|
Re: Help with improving and optimizing code
1.You can use offset to count spawns
2. to determine what hand use simple new hand[33] hand[id] = 1 // lets say right hand hand[id] = 2 // left hand if(hand[id] == 1) // code |
Re: Help with improving and optimizing code
Quote:
2. Can you explain me why? I want to learn. |
Re: Help with improving and optimizing code
PHP Code:
PHP Code:
PHP Code:
|
Re: Help with improving and optimizing code
In fact just need this:
PHP Code:
About the offsets, its better way. More efficience. |
Re: Help with improving and optimizing code
Thank you @Xunfop, Thank you Johb94.
Quote:
|
Re: Help with improving and optimizing code
Can you make code better?
|
| All times are GMT -4. The time now is 17:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.