dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
I developed new version of my server, and i used dini include functions in fs and gamemode, it worked fine on my windows pc, but today i uploaded new version to hosting with linux, and this happens:
All dini functionsstill work perfectly in filterscripts, but function dini_get doesnt work in gamemode, but other functions do.To understand fully, dini_int works both in fs and gm, but dini_get only in fs

Wuts the problem?
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
Ca anybody help me

??
Re: dini_get doesnt work on gamemode -
Roko_foko - 07.07.2012
No warnings, no errors? It just doesn't scan the stats in your file?
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
wut? i said that just dini_get function doesnt work, nothing common with errors and warnings, just in gm it doesnt return any value
Re: dini_get doesnt work on gamemode -
Roko_foko - 07.07.2012
Strange. have you opened the include with pawno and looked inside. Maybe it's problem in include.
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
Quote:
Originally Posted by Roko_foko
Strange. have you opened the include with pawno and looked inside. Maybe it's problem in include.
|
No, include is ok, because this function works perfectly in any of filterscripts
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
Hey, dudes, please!!!!! i need to fix it~!!!!!
Re: dini_get doesnt work on gamemode -
Unknownich - 07.07.2012
Maybe you miss something from scriptfiles, so nothing to "get".
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
nope, all is there
Re: dini_get doesnt work on gamemode -
pasha97 - 07.07.2012
What can i do to prevent it?