[SOLVED] Using only 2 models in the game
Hi Guys!
I'm trying to make my first plugin. And one thing I want is to use only one skin for each team ("urban" and "terror"). I've tried to adapt the various codes that I found in the forum but nothing worked. Could anyone help me? PS: Plugin for Condition Zero Thanks EDIT: Now it's works :) Thanks! |
Re: Using only 2 models in the game
PHP Code:
PHP Code:
|
Re: Using only 2 models in the game
Use a switch for cs_get_user_team(id).
|
Re: Using only 2 models in the game
Thanks guys! This is correct use of switch?
PHP Code:
|
Re: Using only 2 models in the game
No.
Also, use rather this plugin : http://forums.alliedmods.net/showthread.php?p=958925 And sets .ini file like : Code:
"leet" "terror"PHP Code:
Anyway, use the linked plugin. |
Re: Using only 2 models in the game
Quote:
PHP Code:
|
Re: Using only 2 models in the game
Quote:
|
Re: Using only 2 models in the game
Quote:
Quote:
PHP Code:
|
Re: Using only 2 models in the game
DO NOT use Zezima14's suggestion.
|
Re: Using only 2 models in the game
My "script" of switch is correct to use?
|
| All times are GMT -4. The time now is 10:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.