Quote:
Originally Posted by [SU
propilot ]
Quote:
Originally Posted by sant
Quote:
Originally Posted by [SU
propilot ]
Quote:
Originally Posted by sant
I don't really know what you mean
|
check the error then.
It says it undefined.
|
If you want to define X then you should put
|
okay thanks then whats the cmd to stop the playerplaysound?
|
I don't think there is one, just play a short sound or do the following:
Код:
public StopPlayerSound(playerid)
{
new Float:X, Float:Y, Float:Z);
GetPlayerPos(playerid, X, Y, Z);
SetPlayerPos(playerid, X, Y, Z);
return 1;
}
remember to put
Код:
forward StopPlayerSound(playerid);
at the top
If the code doesn't work just tell me.