[SOLVED] Sprites
I need to make some sprites appear as checkpoints in my map. I have created a small green sprite file and I wrote the following code:
Code:
public checkpoint_sprite(Float:fOrigin[3])Thanks |
Re: Sprites
|
Re: Sprites
Quote:
|
Re: Sprites
I want to do something like this (0:00):
http://www.youtube.com/watch?gl=BR&f...&v=q9bwz36rljM |
Re: Sprites
you are in the scripting help sub-forum, I gave you an example. editing your post is better than doubling.
|
Re: Sprites
I've managed to create a transparent sprite and it works well with TE_GLOWSPRITE, but when the center of it is hidden by a wall, the whole sprite is not seen.
So I used entities as in Chronic's plugin, but when I try to make the sprite transparent with entities it disappears completely. Code:
entity_set_int(ent,EV_INT_rendermode,kRenderTransAdd); |
Re: Sprites
Solved using set_rendering.
|
| All times are GMT -4. The time now is 14:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.