Jump to content
  • 0

[Problema]Eroare Script


AlexMaican

Question

Problema intalnita (descriere): 4 Erori la un script de Intro Music
Ero(area / rile) / warning-(ul / urile):  

error 029: invalid expression, assumed zero ,

error 001: expected token: ";", but found "{"

error 029: invalid expression, assumed zero

error 001: expected token: ";", but found "{"


Liniile de cod / sursa / script-ul(obligatoriu):

public OnPlayerConnect(playerid) {

PlayAudioStreamForPlayer(playerid, "http://www.uploadmusic.org/275251447571713/intro.mp3");

}

public OnPlayerSpawn(playerid) {

    StopAudioStreamForPlayer(playerid);

}


Imagini / Video (optional):---
Ati incercat sa rezolvati singur?: Nu,pt ca   chiar nu stiu ce are..

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
public OnPlayerConnect(playerid)
{
    PlayAudioStreamForPlayer(playerid, "http://www.uploadmusic.org/275251447571713/intro.mp3");
    return 1;
}

public OnPlayerSpawn(playerid)
{
    StopAudioStreamForPlayer(playerid);
    return 1;
}

Incearca asa.

 

 

Link to comment
Share on other sites

  • 0
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.