[ Solved ] Problèm with a code
Hello everyone,
I have a question for you about it : Code:
So ... Hum i dont understand that ... It is important to create a "player menu" ... I found these lines just here : http://forums.alliedmods.net/showthr...highlight=Menu ( second menu ) I'm a big beginner in the world of coding so please can you help me :) Thanks ^^ |
Re: Problèm with a code
PHP Code:
PHP Code:
|
Re: Problèm with a code
So, what is your question? The examples in that tutorial are well documented and show exactly how to make a player menu. If you have a question about why something is the way it is in the tutorial (and it's not already explained in the tutorial) then ask in that thread.
|
Re: Problèm with a code
no ... :D It is exactly what VecO say :)
Thanks a lot :D |
Re: Problèm with a code
I dont understand : new data[6], szName[64];
why 6 in data and 64 in szName ? Thanks |
Re: Problèm with a code
It's depending on the size of menu strings, it's good to keep them lowest as you can. In the tutorial they are a little bit higher... it's not really important, but it's good to keep memory low.
If you have something like this: PHP Code:
But it won't be a big problem if you leave them higher, like in the tutorial. |
Re: Problèm with a code
Thank you very much Veco. :D
|
| All times are GMT -4. The time now is 00:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.