[HELP] strings
I'm trying to define a variable with more than one string but do not know how to do it.
new var1 = 2; new var2 = 3; new var3 = 4; new iData [2]; iData [0] = iPlayer; iData [1] = (I want that) 234 |
Re: [HELP] strings
?
PHP Code:
|
Re: [HELP] strings
I made the formatex and stayed that way because the charmax() was giving an error
formatex( g_iPlayerData[ id ][ DATA_STRING ], 32, "%d%d%d", var1, var2, var3); This correct? |
Re: [HELP] strings
Why would you take out charsmax()? I put it there for a reason.
I need more info about what you need. Don't speak in code, speak in English about what you want to do. PHP Code:
PHP Code:
|
Re: [HELP] strings
I've managed to solve my problem thanks to you, thanks.
Thanks for your help! You are awesome :wink: |
| All times are GMT -4. The time now is 17:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.