/wave command need pls! - 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: /wave command need pls! (
/showthread.php?tid=81849)
/wave command need pls! -
bpeterson - 14.06.2009
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!
Re: /wave command need pls! -
SpiderPork - 14.06.2009
What does it do?
Re: /wave command need pls! -
Grim_ - 14.06.2009
I would suppose it plays the players annimation for waving?
Re: /wave command need pls! -
bpeterson - 14.06.2009
Yes with animation too.
Example:
bpeterson (0) Waves At AnotherPlayer (1).
Re: /wave command need pls! -
bpeterson - 14.06.2009
Help pls!
Re: /wave command need pls! -
jonesy - 14.06.2009
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
Re: /wave command need pls! -
Weirdosport - 14.06.2009
D-d-d-double post.
S-s-s-s-s-script request thread.
Re: /wave command need pls! -
gpclan - 14.06.2009
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;
}
Re: /wave command need pls! -
dice7 - 14.06.2009
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");
Re: /wave command need pls! -
Weirdosport - 14.06.2009
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 >.>