Help.. Space to stop animations textdraw
#1

Well when i connect to my gm and i spawn it show in right bottom corner this texture wish is annoying but i player can remove it by using dance or lay then press space .also i try clearanimations and nothing work
Reply
#2

Try it with if() at the place where they cannot use the dance command.
Eg.
Код:
new forbiddance[MAX_PLAYERS];
OnPlayerSpawn(playerid);
{
forbiddance[playerid] = 1;
return 1;
}
And when the action is finished, put it on 0 again whatever if its done with timer or not.

Код:
forbiddance[playerid] = 0;
Reply
#3

Or..your dance command is made by special action, thats why you can skip it with key.

Try to add another dance animation and add loop in it.
Reply
#4

Hmm i just gived a example i might textdraw show in player connect but you can solve it if you use one of /anims
Reply
#5

Plus where i can find this ? I mean /lay ./dance ./crack .....
And dance command is auto meanwhile its npt from my gm
Reply
#6

what is this thread?you didnt explain anything.

please explain better and give some codes.
Reply
#7

When i log or any player i get a textdraw "Space to stop animations" however i haven't anim commands in my gm plus clearanim didn't work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)