i need to continue function ...
if really im changing glow plugins, i want to make player glow and keep changing colors
Code:
if(equali(arg2,"colorful")){
client_print(0,print_chat,"User: %s Has started changing colors!!!",plrname)
set_user_rendering(player,kRenderFxGlowShell,colorful[0],colorful[1],colorful[2],kRenderNormal,16)
//pause here for 0.2 sec is possible
set_user_rendering(player,kRenderFxGlowShell,colorful[4],colorful[5],colorful[6],kRenderNormal,16)
//pause here for 0.2 sec is possible
set_user_rendering(player,kRenderFxGlowShell,colorful[7],colorful[8],colorful[9],kRenderNormal,16)
//repeat this all again, again and again
return PLUGIN_HANDLED
}
i need to put pause between(im not shore this work is right) color change