Using strmid function
#1

Hello,
I have problem with strmid function.
Like having that enum: LicenseIssuer[MAX_PLAYER_NAME]
And.. after using strmid then it show: Martin_Sulov.
After relogging, system will load user data using that:
mysql_fetch_field_row(Field,"LicenseIssuer"); PlayerInfo[playerid][LicenseIssuer] = strmid(PlayerInfo[playerid][LicenseIssuer], Field, 0, strlen(Field), 255);
Then first character will deleted (by strmid) and show: *wierd character*artin_Sulov or just: artin_Sulov.

How fix that annoying problem?
Reply


Messages In This Thread
Using strmid function - by Typhome - 27.04.2012, 14:31
Re: Using strmid function - by SuperViper - 27.04.2012, 14:34
Re: Using strmid function - by Typhome - 27.04.2012, 14:52

Forum Jump:


Users browsing this thread: 2 Guest(s)