Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   shadow? (https://forums.graalonline.com/forums/showthread.php?t=73285)

theHAWKER 04-05-2007 02:11 AM

shadow?
 
im trying to make a shadow like light effect but it wont work :(
PHP Code:

//#CLIENTSIDE
if (playerenters) {
  
setcoloreffect 0,0,0,0.99;
  
drawaslight;



Crow 04-05-2007 02:25 AM

PHP Code:

function onCreated() {
  
setcoloreffect(1,1,1,.99);
  
seteffectmode(2);



theHAWKER 04-05-2007 03:34 AM

umkaay thank you :D

Angel_Light 04-05-2007 05:21 AM

just
PHP Code:

setffectmode 2

in GS1 XP


All times are GMT +2. The time now is 05:44 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.