07.10.2010, 15:08
I have a problem with PlayPlayerSound!
It wont work
Anyone?
It wont work
Code:
if(checkpointid == nrg)
{
SendClientMessage(playerid,lgreen,"You won +2 score and 5000$");
SetPlayerScore(playerid, GetPlayerScore(playerid) + 2);
GivePlayerMoney(playerid,5000);
TogglePlayerDynamicCP(playerid, checkpointid, false);
PlayerPlaySound(playerid, 1098,0.0, 0.0, 0.0);
}
