Raised This Month: $ Target: $400
 0% 

Change model but not team in The Specialists Teamplay.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 12-20-2006 , 09:32   Re: Change model but not team in The Specialists Teamplay.
Reply With Quote #6

Code:
#include <amxmodx> new skin[33] new skinname[33][32] public plugin_init() {     register_plugin("Model Test", "0.10", "Orangutanz") } public client_infochanged(id) {     if (skin[id])     {         static model[32]         get_user_info(id, "model", model, 31)         if (equali(model, skinname[id]))             return PLUGIN_HANDLED     }     return PLUGIN_CONTINUE }
You need to build a command but there we go, don't need FakeMeta to change player models
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd
Orangutanz 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 22:24.


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