Retrive a last numbers after ':' from SteamID
Hey, i need a some help to separate the numbers of SteamID;
example: PHP Code:
Ps. I used search but not really a useful results EDIT: I used this method and problem solved: PHP Code:
|
Re: Retrive a last numbers after ':' from SteamID
PHP Code:
|
Re: Retrive a last numbers after ':' from SteamID
This ?
PHP Code:
You always have weird question. You would have better to tell what you want to do with the steamid. I remember having trouvle with ':' and replace simply with '_' like this : szAuthid[7] = szAuthid[9] = '_'; And to reverse, so simple : szAuthid[7] = szAuthid[9] = ':'; |
Re: Retrive a last numbers after ':' from SteamID
But its still fix a SteamID for one size not?
Its example my SteamID, but i need basically to retrive the last numbers, to use with a unique set_task() |
Re: Retrive a last numbers after ':' from SteamID
Then, ask in first post that you want to use that number and not the string, prevent people from spend some time for nothing.
PHP Code:
|
Re: Retrive a last numbers after ':' from SteamID
Quote:
|
| All times are GMT -4. The time now is 10:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.