[Help Me] PlayerPlaySound(i, ........ - 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: [Help Me] PlayerPlaySound(i, ........ (
/showthread.php?tid=110927)
[Help Me] PlayerPlaySound(i, ........ -
hardstop - 29.11.2009
I created command /gotounity its admin command and i want to add music if you tele to there how can i add music?
or how can i add music in certain point
Re: [Help Me] PlayerPlaySound(i, ........ -
hardstop - 29.11.2009
And can someone give me music ids? please
Re: [Help Me] PlayerPlaySound(i, ........ -
BP13 - 29.11.2009
http://forum.sa-mp.com/index.php?topic=94209.0
Re: [Help Me] PlayerPlaySound(i, ........ -
hardstop - 29.11.2009
Thank you Very much
Re: [Help Me] PlayerPlaySound(i, ........ -
hardstop - 29.11.2009
one more question
Where to i put it what under?
Код:
PlayerPlaySound(playerid, 1062, X, Y, Z);
im using LARP
Re: [Help Me] PlayerPlaySound(i, ........ -
BP13 - 29.11.2009
Quote:
Originally Posted by hardstop
one more question
Where to i put it what under?
Код:
PlayerPlaySound(playerid, 1062, X, Y, Z);
im using LARP
|
Add it under your /gotounity command. (for the x,y,z place the coords)
Re: [Help Me] PlayerPlaySound(i, ........ -
propilot - 29.11.2009
Quote:
Originally Posted by hardstop
one more question
Where to i put it what under?
Код:
PlayerPlaySound(playerid, 1062, X, Y, Z);
im using LARP
|
under the cmd you used
example
/gotocity
spawn codeds blablablabl
sendclientmsg blalbalbal
playerplaysound here