Posts: 96
Threads: 19
Joined: Feb 2017
Quote:
Originally Posted by ******
PHP код:
return CallRemoteFunction("UDDDBMS_receive", "s", query);
What does this call? It seems to be the core of your code, but missing.
Also, why does this need dini, or files at all? Just pass the strings directly:
PHP код:
return CallRemoteFunction("UDDDBMS_receive", "ssss", fileName, query, key, value);
Edit: Check out y_master. It might help you writing cross-script code like this. You can put everything in a single file, and use defines to determine how the code is split up. I.e. you could put everything in the main gamemode, or have part of it in a filterscript, without needing to change any code.
https://github.com/pawn-lang/YSI-Inc...aster-Tutorial
|
******. Just you can replace Kalcor. Nobody else.
y_master is easier and more advanced