SA-MP Forums Archive
Problem - 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: Problem (/showthread.php?tid=65414)



Problem - LibertyWorld - 12.02.2009

Why does it always display "Space To Stop The Animation"

I searched in my GM and that sentence is not there....

What to do?


Re: Problem - Born2die - 12.02.2009

Located in vactions:

pawn Код:
public OnFilterScriptInit()
{
    // Init our text display
    txtAnimHelper = TextDrawCreate(610.0, 400.0,
    "~r~~k~~PED_SPRINT~ ~w~to stop the animation");
    TextDrawUseBox(txtAnimHelper, 0);
    TextDrawFont(txtAnimHelper, 2);
    TextDrawSetShadow(txtAnimHelper,0); // no shadow
   TextDrawSetOutline(txtAnimHelper,1); // thickness 1
    TextDrawBackgroundColor(txtAnimHelper,0x000000FF);
   TextDrawColor(txtAnimHelper,0xFFFFFFFF);
   TextDrawAlignment(txtAnimHelper,3); // align right



Re: Problem - LibertyWorld - 12.02.2009

Quote:
Originally Posted by Born2die
Located in vactions:

pawn Код:
public OnFilterScriptInit()
{
    // Init our text display
    txtAnimHelper = TextDrawCreate(610.0, 400.0,
    "~r~~k~~PED_SPRINT~ ~w~to stop the animation");
    TextDrawUseBox(txtAnimHelper, 0);
    TextDrawFont(txtAnimHelper, 2);
    TextDrawSetShadow(txtAnimHelper,0); // no shadow
   TextDrawSetOutline(txtAnimHelper,1); // thickness 1
    TextDrawBackgroundColor(txtAnimHelper,0x000000FF);
   TextDrawColor(txtAnimHelper,0xFFFFFFFF);
   TextDrawAlignment(txtAnimHelper,3); // align right
Why does it show that sentence, only with this GM, all the others dont do that.


Re: Problem - Think - 12.02.2009

Quote:
Originally Posted by plɹoʍ ʎʇɹǝqıl
Quote:
Originally Posted by Born2die
Located in vactions:

pawn Код:
public OnFilterScriptInit()
{
    // Init our text display
    txtAnimHelper = TextDrawCreate(610.0, 400.0,
    "~r~~k~~PED_SPRINT~ ~w~to stop the animation");
    TextDrawUseBox(txtAnimHelper, 0);
    TextDrawFont(txtAnimHelper, 2);
    TextDrawSetShadow(txtAnimHelper,0); // no shadow
   TextDrawSetOutline(txtAnimHelper,1); // thickness 1
    TextDrawBackgroundColor(txtAnimHelper,0x000000FF);
   TextDrawColor(txtAnimHelper,0xFFFFFFFF);
   TextDrawAlignment(txtAnimHelper,3); // align right
Why does it show that sentence, only with this GM, all the others dont do that.
search for this than:
pawn Код:
~k~~PED_SPRINT~
you would find that else look in your FS


Re: Problem - Born2die - 12.02.2009

Quote:
Originally Posted by plɹoʍ ʎʇɹǝqıl
Why does it show that sentence, only with this GM, all the others dont do that.
Maybe because Vactions is standard located in your filterscripts, other servers may have downloaded an anim script. Like this one: http://forum.sa-mp.com/index.php?topic=23324.0


Re: Problem - LibertyWorld - 12.02.2009

Thanks man, fixed


Re: Problem - Born2die - 12.02.2009

Quote:
Originally Posted by plɹoʍ ʎʇɹǝqıl
Thanks man, fixed
Yw


Re: Problem - LibertyWorld - 12.02.2009

But, how to make the other filterscript, diplay that textdraw, when someone does an animation?


Re: Problem - boylett - 12.02.2009

vactions does


Re: Problem - LibertyWorld - 12.02.2009

Quote:
Originally Posted by !fruit ? "Boylett" : "Boyberry"
vactions does
but it has a bug with my GM