Raised This Month: $ Target: $400
 0% 

tag mismatch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
cstrike37
Member
Join Date: Jan 2012
Old 07-10-2012 , 05:22   tag mismatch
Reply With Quote #1

how do i fix this?
Code:
 
/tmp/textB9TCOn.sma(24) : warning 213: tag mismatch
Code:
#include <amxmodx> 
#include <amxmisc> 
#include <cstrike> 
#include <fun> 
#include <hamsandwich> 

#define PLUGIN "New Plug-In" 
#define VERSION "1.0" 
#define AUTHOR "author" 


public plugin_init() { 
    register_plugin(PLUGIN, VERSION, AUTHOR) 
     
    RegisterHam(Ham_Spawn, "player", "FwdHamPlayerSpawn", 1) 
} 

public FwdHamPlayerSpawn(id) 
{ 
	new model[32]
	cs_get_user_model(id, model, charsmax(model))
	if (equal(model, "sas"))
	set_user_health(id, 120) 
	set_user_maxspeed(id, 400) 
	return HAM_IGNORED  
}
thanks

Last edited by cstrike37; 07-10-2012 at 05:22.
cstrike37 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 15:21.


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