Post: I need Help to add this Hitmarkers can anyone help me :) ?
05-15-2016, 10:29 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I want to add this Hitmarkers anyone know how to do this ?


You must login or register to view this content.
Picture -> You must login or register to view this content.
05-15-2016, 11:34 AM #2
Patrick
League Champion
Originally posted by OlymP
I want to add this Hitmarkers anyone know how to do this ?


You must login or register to view this content.
Picture -> You must login or register to view this content.


Imo it looks like a shader so it would be done like this;

    Hitmarker()
{
self endon("disconnect");
self.Hitmarker = createRectangle("CENTER", "CENTER", 0, 0, 160, 140, (0, 0, 0), "white", 0, 0);//Change The shader
self.oldkills=self.pers["kills"];
for(;Winky Winky
{
if(self.oldkills<self.pers["kills"])
{
self.oldkills=self.pers["kills"];
self.Hitmarker.alpha = 1;
wait .5;
self.Hitmarker.alpha = 0;
}
wait .05;
}
}
Last edited by Patrick ; 05-15-2016 at 11:37 AM.
05-15-2016, 12:09 PM #3
thanks its work Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo