SA-MP Forums Archive
eror - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: eror (/showthread.php?tid=513778)



eror - hillko - 18.05.2014

Код HTML:
C:\Users\User\Desktop\713_GS_by_Li_Jonson\GS by Li_Jonson\filterscripts\GS.pwn(496) : error 017: undefined symbol "params"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код HTML:
	if(sscanf(params,"dd",price, type)) return SendClientMessage(playerid, COLOR_GREEN, "[use:]{FFFFFF}Used/gadd [money] [interior]");



Re: eror - Rittik - 18.05.2014

pawn Код:
CMD:command(playerid,params[])
{
  //your code goes here
  return 1;
}
Check the format.


Re: eror - hillko - 18.05.2014

Quote:
Originally Posted by Rittik
Посмотреть сообщение
pawn Код:
CMD:command(playerid,params[])
{
  //your code goes here
  return 1;
}
Check the format.
and without CMD commands can be done?


Re: eror - Rittik - 18.05.2014

No it can't be done.