19.05.2010, 10:52
DOH!
look it sais: PlayerPlaySound(playerid,soundid,0.0,0.0,0.0);
X = 0
Y = 0
Z = 0
u need to use the player pos right?
so:
new pX;
new pY;
new pZ;
GetPlayerPos(playerid,pX,pY,pZ);
as first on the command
look it sais: PlayerPlaySound(playerid,soundid,0.0,0.0,0.0);
X = 0
Y = 0
Z = 0
u need to use the player pos right?
so:
new pX;
new pY;
new pZ;
GetPlayerPos(playerid,pX,pY,pZ);
as first on the command

