WTF!!!!!!!!!1
#1

how u add sound in samp like when your in the selection of the game pickin a person how u add it i got asound but how to scirpt it in


PlayerPlaySound(playerid, 1097, X, Y, Z);


where to add it
Reply
#2

OnPlayerRequestClass
Reply
#3

OnPlayerRequestClass.

To stop the music, play another sound at OnPlayerSpawn.
Reply
#4

C:\Users\zaynab account\Desktop\freeroam.pwn(53) : error 017: undefined symbol "X"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.



? UHH what should i do
Reply
#5

You need to get their position first.

pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
put that above it.
Reply
#6

I suggest you actually learn PAWN first, you can't just put letters randomly..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)