Raised This Month: $ Target: $400
 0% 

Help with TSRP plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
matrix2591
Junior Member
Join Date: Aug 2004
Location: Check your six
Old 03-22-2006 , 20:01   Help with TSRP plugin
Reply With Quote #1

Hi, I have a friend who trying to get a clothesmod for TSRP. We can't get it to change their model back, heres what we have for that part.

Code:
public client_infochanged(id)
	{
	new oldmodel[32]
	new newmodel[32]
	
	get_user_info(id, "model", newmodel, 31)
	
	if(!equali(newmodel, oldmodel))
		{
		engclient_cmd(id, "model %s", oldmodel)
		client_print(id,print_chat,"[Clothesmod] You may not change clothes that way.")
	}
	
	return PLUGIN_HANDLED
}
Can anyone please help us?
__________________
- Neil
matrix2591 is offline
Send a message via AIM to matrix2591 Send a message via MSN to matrix2591
 



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 16:37.


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