View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-18-2006 , 05:41  
Reply With Quote #20

Quote:
Plugin failed to compile! Please try contacting the author.

Welcome to the AMX Mod X 1.70-300 Compiler.
Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team

/home/users/amxmodx/public_html/forums/files/lasermine1.2beta2_955.sma(410) : error 001: expected token: ")", but found "{"

1 Error.
Could not locate output file /home/groups/amxmodx/public_html/compiled3/lasermine1.2beta2_955.amx (compile failed).
Line 410 :

Code:
	else if (equali(said,"^"/buy_lasermine^"") {
Should be :
Code:
	else if (equali(said,"^"/buy_lasermine^"")) {

;)
Arkshine is offline