SA-MP Forums Archive
Percentage Meter - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Percentage Meter (/showthread.php?tid=208003)



Percentage Meter - Cenation - 07.01.2011

Hi Everyone, Cenation here!.
Need Help i created a script /plant (it plants bomb) i need Percentage Meter like 3D text there or When player enter in checkpoint Send Client Message Press F to defuse/plant bomb.
Can anyone help me? i want percentage meter.


Re: Percentage Meter - Cenation - 08.01.2011

bump


Re: Percentage Meter - Mr.Stranger - 08.01.2011

Use some thing like this :

pawn Код:
SetTimer("bomb",1000,false);
GameTextForPlayer(playerid, "1", 1000, 2);
GameTextForPlayer(playerid, "2", 1000, 2);
GameTextForPlayer(playerid, "3", 1000, 2);
This is just an example. You should make a callback for bomb


Re: Percentage Meter - Cenation - 10.01.2011

hmm thankzz but i wants to set it. its hard btw.. Thank u so much u help me...