isnull problem
#3

stock sscanf(string[], format[], {Float,_}:...)
{
#if defined isnull
if (isnull(string))
#else
if (string[0] == 0 || (string[0] == 1 && string[1] == 0))
#endif
{
return format[0];
}
Reply


Messages In This Thread
isnull problem - by MA_proking - 05.01.2012, 09:32
Re: isnull problem - by Norck - 05.01.2012, 09:34
Re: isnull problem - by RoleplayEditor - 05.01.2012, 09:36
Re: isnull problem - by MA_proking - 05.01.2012, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)