SA-MP Forums Archive
Wrong text return ! - 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: Wrong text return ! (/showthread.php?tid=383258)



Wrong text return ! - Britas - 06.10.2012

Hi !

I have function:
Код:
stock Function(text[])
{
	return text;
}
And i used this
Код:
printf("Result: %s", Function("texttextandtextsampforumloremipsum"));
And i get result:
Код:
[00:39:45] Result: l
Why