[SQL] Top 3 Players.
#2

Because you're using cache_get_field_content_int incorrectly.

Example usage:
PHP код:
new int_dest cache_get_field_content_int(2"money");
printf("The value in the third row and in the field 'money' is '%d'."int_dest); 
cache_get_field_content_int has 3 arguments. The 3rd one is for the connection handle, not the variable to store it in.
Reply


Messages In This Thread
[SQL] Top 3 Players. - by Trevor19012 - 26.11.2017, 04:43
Re: [SQL] Top 3 Players. - by Kane - 26.11.2017, 04:46
Re: [SQL] Top 3 Players. - by xMoBi - 26.11.2017, 04:48
Re: [SQL] Top 3 Players. - by Trevor19012 - 26.11.2017, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)