Quote:
Originally Posted by Diablo1
why is this not working?
function onPlayerTouchsMe(){
setcoloreffect 0,0,1,0.4;
sleep 1;
setcoloreffect 1,1,1,1;
}
|
If you want it to work offline. use GS1 though:
PHP Code:
//#CLIENTSIDE
if (playertouchsme) {
setcoloreffect 0,0,1,0.4;
sleep 1;
setcoloreffect 1,1,1,1;
}