Loading a string with y_ini
#6

isnull is already defined in YSI so don't re-define it in your script. There might be an include that re-defines it though so if there is, you can remove that line.

As for the warning, ****** did very well on warning the users not to use the deprecated syntax. You need to change old to new syntax:
pawn Код:
// old and deprecated syntax
foreach(Player, i)
pawn Код:
// new and correct syntax
foreach(new i : Player)
Reply


Messages In This Thread
Loading a string with y_ini - by 1fret - 24.12.2017, 17:56
Re: Loading a string with y_ini - by Konstantinos - 24.12.2017, 20:02
Re: Loading a string with y_ini - by 1fret - 24.12.2017, 21:12
Re: Loading a string with y_ini - by Konstantinos - 25.12.2017, 08:59
Re: Loading a string with y_ini - by 1fret - 25.12.2017, 09:47
Re: Loading a string with y_ini - by Konstantinos - 25.12.2017, 12:06
Re: Loading a string with y_ini - by 1fret - 25.12.2017, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)