/wave command need pls!
#1

Hi All!

I'm too lazy and I'm fucked up by lot of error, so somebody pls give me a complete /wave command!
Thank You!
Reply
#2

What does it do?
Reply
#3

I would suppose it plays the players annimation for waving?
Reply
#4

Yes with animation too.
Example:
bpeterson (0) Waves At AnotherPlayer (1).
Reply
#5

Help pls!
Reply
#6

just use the wiki and dont be so lazy

https://sampwiki.blast.hk/wiki/Animations
https://sampwiki.blast.hk/wiki/GetPlayerName
https://sampwiki.blast.hk/wiki/Format
Reply
#7

D-d-d-double post.
S-s-s-s-s-script request thread.
Reply
#8

here you go lazy

Код:
 if (strcmp("/wave", cmdtext, true) == 0) {
LoopingAnim(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
 return 1;
}
Reply
#9

Quote:
Originally Posted by [TDR
Strike ]
here you go lazy

Код:
 if (strcmp("/wave", cmdtext, true) == 0) {
LoopingAnim(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
 return 1;
}
pawn Код:
OnPlayerSpawn

    PreloadAnimLib(playerid,"ON_LOOKERS");
Reply
#10

I suppose you found that in vactions TDR? I wasn't aware LoopingAnim was a function -.-

EDIT: For gods sake guys, there aren't built in >.>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)