- 0
Cine ma poate ajuta?
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
FAStingTV
sal am o comanda /play
CMD:play(playerid, params[])
{
new link[228]; // definim o nouă variabilă numită 'link' care va fi un parametru esențial în executarea comenzii
if(sscanf(params, "S[228]", link)) return SendClientMessage(playerid, -1, "Folosirea corecta este: /play <link>"); // verifică dacă scriem doar /play fără un LINK,
PlayAudioStreamForPlayer(playerid, link); // funcția din pawn pentru a executa o melodie.
return 1;
}
vrea cind tatez /play <link> sa pun linkul de la youtube si sa cinte.insa el nu cinta deoarece nu e convertit muzica.Cine ma ajuta sa pun link de la yt si sa cinte?
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now