INI_WriteString not writing first character.
#5

pawn Код:
//the dialog where they purchase a car (saving it to their variable.)
pInfo[playerid][pVehicleOwner] = GetName(playerid);
try converting it to this--
pawn Код:
//the dialog where they purchase a car (saving it to their variable.)
format(pInfo[playerid][pVehicleOwner], 32,"%s", GetName(playerid));
Reply


Messages In This Thread
INI_WriteString not writing first character. - by rangerxxll - 11.06.2014, 05:42
Re: INI_WriteString not writing first character. - by RenovanZ - 11.06.2014, 05:55
Re: INI_WriteString not writing first character. - by rangerxxll - 11.06.2014, 06:39
Re: INI_WriteString not writing first character. - by Threshold - 11.06.2014, 07:07
Re: INI_WriteString not writing first character. - by BroZeus - 11.06.2014, 08:06
Re: INI_WriteString not writing first character. - by rangerxxll - 11.06.2014, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)