Saving strings from inputtext to PVars
#3

Quote:
Originally Posted by Basicz
Посмотреть сообщение
Try to change this
pawn Код:
GetPVarString(playerid, "HouseDesc", opis, strlen(opis)); // <---------------------
strlen?

pawn Код:
GetPVarString( playerid, "HouseDesc", opis, sizeof opis );
Should be sizeof, because opis doesn't even have a strlen.
Thank you very much! Everything works now.
Reply


Messages In This Thread
Saving strings from inputtext to PVars - by Arturo226 - 01.08.2011, 08:29
Re: Saving strings from inputtext to PVars - by Basicz - 01.08.2011, 08:55
Re: Saving strings from inputtext to PVars - by Arturo226 - 01.08.2011, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)