Jump to content

MrAndrei

Membru
  • Posts

    185
  • Joined

  • Last visited

Community Answers

  1. MrAndrei's post in [Problema]Eroare Script was marked as the answer   
    public OnPlayerConnect(playerid)
    {
    PlayAudioStreamForPlayer(playerid, "linkul tau.mp3");
    return 1;
    }
     
    public OnPlayerSpawn(playerid)
    {
    StopAudioStreamForPlayer(playerid);
    return 1;
    }
×
×
  • 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.