Problem
#1

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

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

What to do?
Reply
#2

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
Reply
#3

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.
Reply
#4

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
Reply
#5

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
Reply
#6

Thanks man, fixed
Reply
#7

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

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

vactions does
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)