Team Select Menu Customizer
What exatly I need, is create a function that will print in chat what team/class the player choosed.
At the end of this code you will se the "print_chat", it works fine, but how can I modify the class names? Default it shows as: Player joined gign, leet, sas... I want to rename that, possible? PHP Code:
|
Re: Team Select Menu Customizer
sure, make a switch(g_szPlayerModel[id])
case gign: case leet: etc.. |
Re: Team Select Menu Customizer
cs_get_user_model gives 'gign', 'leet', if I remember right..
|
Re: Team Select Menu Customizer
Quote:
|
Re: Team Select Menu Customizer
Quote:
|
Re: Team Select Menu Customizer
You can use switch on single cells of a string.
Code:
|
| All times are GMT -4. The time now is 09:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.