Mini help - 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: Mini help (
/showthread.php?tid=613589)
Mini help -
Zorono - 29.07.2016
Error:
(34

: error 035: argument type mismatch (argument 3)
(34

: error 033: array must be indexed (variable "aString")
on the line:
Код:
aString = cache_get_field_content(0, "isim", mysql, 129);
Please help guys
Re: Mini help -
jlalt - 29.07.2016
here you go
PHP код:
cache_get_field_content(0, "isim", aString, mysql, 129);
mysql cache_get_field_content usage:
PHP код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len = sizeof(destination));
Re: Mini help -
Zorono - 29.07.2016
Quote:
Originally Posted by jlalt
here you go
PHP код:
cache_get_field_content(0, "isim", aString, mysql, 129);
mysql cache_get_field_content usage:
PHP код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len = sizeof(destination));
|
Thanks sir