Error 017 : Undefined symbol ''params''
#2

Well the problem is exactly what it says, there is no params variable in that scope!

pawn Код:
if(!sscanf(params,"ud",giveplayer,level))
So instead, you could try:

pawn Код:
if(!sscanf(cmdtext,"ud",giveplayer,level))
Reply


Messages In This Thread
Error 017 : Undefined symbol ''params'' - by .sparkY - 18.11.2010, 15:43
Re: Error 017 : Undefined symbol ''params'' - by JaTochNietDan - 18.11.2010, 15:45
Re: Error 017 : Undefined symbol ''params'' - by .sparkY - 18.11.2010, 15:54
Re: Error 017 : Undefined symbol ''params'' - by Buzzbomb - 18.11.2010, 16:14
Re: Error 017 : Undefined symbol ''params'' - by .sparkY - 18.11.2010, 16:33
Re: Error 017 : Undefined symbol ''params'' - by Ritchie999 - 18.11.2010, 17:59
Re: Error 017 : Undefined symbol ''params'' - by Luka P. - 18.11.2010, 20:14
Re: Error 017 : Undefined symbol ''params'' - by .sparkY - 19.11.2010, 13:38
Re: Error 017 : Undefined symbol ''params'' - by MadeMan - 19.11.2010, 15:13
Re: Error 017 : Undefined symbol ''params'' - by Ritchie999 - 21.11.2010, 14:13

Forum Jump:


Users browsing this thread: 3 Guest(s)