14.05.2014, 12:12
I need help from experienced C++ coders.
Problem is I can't add function to PHP with the same name of any GDK function. I.e. I added PHP_FUNCTION(abcd) and tried it in-game, and it worked, but the same content with PHP_FUNCTION(SetGameModeText) doesn't work. So GDK functions creating problem while importing them with exact names to PHP.
Is anyone know something about that?
Problem is I can't add function to PHP with the same name of any GDK function. I.e. I added PHP_FUNCTION(abcd) and tried it in-game, and it worked, but the same content with PHP_FUNCTION(SetGameModeText) doesn't work. So GDK functions creating problem while importing them with exact names to PHP.
Is anyone know something about that?