Sprite: pSprite has no frames!!!
That prints me to client console:
Quote:
PHP Code:
Sprite I'm using: fexplo.spr |
Re: Sprite: pSprite has no frames!!!
use EngFunc_SetModel directly or use pev_model + pev_modelindex. When you spawn the number of frames is got using modelindex.
|
Re: Sprite: pSprite has no frames!!!
But whats wrong with
PHP Code:
Why this will work ? EngFunc_SetModel |
Re: Sprite: pSprite has no frames!!!
Ah you're right, it's the same.
Are you sure you're using the right sprite ? |
Re: Sprite: pSprite has no frames!!!
PHP Code:
|
Re: Sprite: pSprite has no frames!!!
I'm using default fexplo.spr from valve
1.0? It will play then slowly |
Re: Sprite: pSprite has no frames!!!
entity_set_model(sprite_ent, sprite) is fine, but you would have to send it after spawn.
Try to use entity_set_string(, EV_SZ_model, ) before you spawn the sprite and it should be enough. |
Re: Sprite: pSprite has no frames!!!
Ok will try, but that shit prints unknown when.. in random sometimes ( I mean that message for client )
|
Re: Sprite: pSprite has no frames!!!
Oddly, I saw this same thing on my clan's server (Day of Defeat).
|
Re: Sprite: pSprite has no frames!!!
I am using Zombie Plague (Assassins vs Snipers)
When I connect to the server it shows this message to me: PHP Code:
|
| All times are GMT -4. The time now is 17:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.