DoD Custom Player Models
Compiles fine, but it do not set the player model.
PHP Code:
|
Re: DoD Custom Player Models
Any errors? Have you tried to debug it? The first thing that I notice is that:
Code:
models/player/test/testT.mdlThey should be: Code:
models/player/testT/testT.mdl |
Re: DoD Custom Player Models
Quote:
|
Re: DoD Custom Player Models
Quote:
|
Re: DoD Custom Player Models
Yes you do, that's not specific to players models, any model can have such extensions.
|
Re: DoD Custom Player Models
*Bump*
|
Re: DoD Custom Player Models
if(!is_user_connected(id))
{ } So you understand what means '!' ? The check means : "If player with id as index is not connected". You use that everywhere and of course it can't work because you do things only when player is disconnected. |
Re: DoD Custom Player Models
- Rires -
|
Re: DoD Custom Player Models
Quote:
Just copied "if(!is_user_connected(id))" from another plugin source and didn't notice "!" in front of it. Now it works :) Thanks! |
| All times are GMT -4. The time now is 14:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.