AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   coloring a sprite (https://forums.alliedmods.net/showthread.php?t=10527)

CrAzy F00L 02-21-2005 23:24

coloring a sprite
 
im trying to make this sprite look green in game

right now my code is

Code:
    message_begin( MSG_BROADCAST,SVC_TEMPENTITY)     write_byte(5)     write_coord (origin[0])     write_coord (origin[1])     write_coord (origin[2]-20)     write_short(gas)     write_byte(60)     write_byte(10)     message_end()     return PLUGIN_CONTINUE

how would i make it look green

Code:
gas = precache_model('sprites/black_smoke1.spr")

XxAvalanchexX 02-22-2005 16:06

Edit the sprite file so that it's green. Do a search on Yahoo! or something for SprView and SprWiz. If you can't find them I can send them to you.


All times are GMT -4. The time now is 14:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.