y_ini doesn't save... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: y_ini doesn't save... (
/showthread.php?tid=386005)
y_ini doesn't save... -
PaulDinam - 18.10.2012
dfghdfgh
Re: y_ini doesn't save... -
gtakillerIV - 18.10.2012
What doesn't get saved?
Re: y_ini doesn't save... -
PaulDinam - 18.10.2012
nvm i fixed it
Re: y_ini doesn't save... -
gtakillerIV - 18.10.2012
Good job then
Re: y_ini doesn't save... -
PaulDinam - 18.10.2012
okay i made enum
pOrigin[256]
this is after he registering
INI_WriteString(File, "Origin", "None");
but when im trying to
PlayerInfo[playerid][pOrigin] = "Black";
it give me an error..
rp.pwn(657) : error 047: array sizes do not match, or destination array is too small
Re: y_ini doesn't save... -
RedFusion - 18.10.2012
Format
pawn Код:
format(PlayerInfo[playerid][pOrigin],256,"Black");