SA-MP Forums Archive
error 020: invalid symbol name - 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: error 020: invalid symbol name (/showthread.php?tid=315271)



error 020: invalid symbol name - $lim$hady - 02.02.2012

I'am getting this error everytime i Try to compile 0admin
Code:
error 020: invalid symbol name ""
Its Working In The Volt-host And then i downloaded it Using Ftp and When i compile It i Get Error

Pawno is Saying that This Line Has Errors

Code:
}
	else if(iTag == tagof(hex:) || iTag == tagof(Hex:))
	{
		format(s_szReturn, sizeof(s_szReturn), "0x" "%04h%04h", (xVariable & (0xFFFF0000)) >>> 16, xVariable & (0x0000FFFF));

		return s_szReturn;
Please Help Me Guyz