Raised This Month: $ Target: $400
 0% 

Error help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
sfa990103
New Member
Join Date: Jul 2013
Old 07-06-2013 , 21:50   Error help
Reply With Quote #1

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>

#define PLUGIN "bossmdl"
#define VERSION "0.1"
#define AUTHOR "sfa990103"

new _boss
new boss[] = "boss"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_logevent("logevent_round_start",2"1=Round_Start")
    
}

public 
plugin_precache() {
precache_model("model/player/%s/%s.mdl"bossboss)
}

public 
logevent_round_start()
{
get_playersplayersnum"ae""T" )

cs_set_user_model(idboss)
set_user_health(id30000)
set_user_armor(id3000)
}

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

Error: Number of arguments does not match definition on line 22
Error: Undefined symbol "players" on line 27
Error: Undefined symbol "num" on line 27
Warning: Expression has no effect on line 27
Warning: Expression has no effect on line 27
Error: Expected token: ";", but found ")" on line 27
Error: Too many error messages on one line on line 27

Compilation aborted.
5 Errors.
Could not locate output file E:\CS\csbs\cstrike\addons\amxmodx\plugins\Unt itled.amx (compile failed).
sfa990103 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 06:25.


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