OnPlayerText problem - 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: OnPlayerText problem (
/showthread.php?tid=663753)
OnPlayerText problem -
NoteND - 10.02.2019
Hey!
I'm using this function under OnPlayerText..
strins(text, name, 0);
and I'm getting
warning 224: indeterminate array size in "sizeof" expression (symbol "maxlength")
Re: OnPlayerText problem -
ComDuck - 10.02.2019
Did you set a fixed cell size for the string variable text and text2?
Re: OnPlayerText problem -
NoteND - 10.02.2019
No I didnt