Raised This Month: $ Target: $400
 0% 

Compile error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Ace67
Senior Member
Join Date: Sep 2020
Location: France
Old 03-05-2023 , 02:34   Compile error
Reply With Quote #1

PHP Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// basebuilder54.sma
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(62) : error 001: expected token: "=", but found "["
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(67) : error 010: invalid function or declaration
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : error 017: undefined symbol "register_command"
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : warning 215: expression has no effect
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : warning 215: expression has no effect
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : error 001: expected token: ";", but found ")"
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : error 029: invalid expression, assumed zero
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\basebuilder54.sma(72) : fatal error 107: too many error messages on one line
//
// Compilation aborted.
// 6 Errors.
// Could not locate output file C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\compiled\basebuilder54.amx (compile failed).
//
// Compilation Time: 0,42 sec
// ----------------------------------------

Press enter to exit ... 
PHP Code:
const g_color_codes[][] =
{
    
"red""green""blue""cyan""magenta""yellow""white""black""gray",
    
"olive""purple""teal""navy""silver""maroon""lime""aqua",
    
"fuchsia""orange""brown""pink""indigo""turquoise""gold"
};

public 
plugin_init()
{
    
register_plugin("Color Changer""1.0""Your Name");
    
register_command("colors""change the color of your build""Usage: /colors [color code]"ADMIN_PLAYER"colors"true);

__________________
CS:CZ > CS 1.6

Last edited by Ace67; 03-05-2023 at 02:53.
Ace67 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode