"Menu" dont works
i made one menu for my server , i don't see any error :/
Code:
|
Re: "Menu" dont works
Explain what doesn't work.
|
Re: "Menu" dont works
i find where is the error but i dont know what is wrong
the line is: Code:
|
Re: "Menu" dont works
Next time please tell us the error so people that want to help you don't have to guess.
If your array is 32 large it only fits 31 characters because you need to include the null terminator at the end of the string. You need to use 31 and 1 as your array size parameters for get_user_name and num_to_str (and the temp2 array is therefore too small to hold your double digit integers). Please use the charsmax macro to avoid simple mistakes like this in the future: PHP Code:
|
Re: "Menu" dont works
Have a look at this example
|
Re: "Menu" dont works
Quote:
|
Re: "Menu" dont works
fixed :3 Ty
|
| All times are GMT -4. The time now is 21:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.