21.07.2016, 21:25
(
Последний раз редактировалось Zeus666; 21.07.2016 в 22:24.
)
I want to make
How can I make this loop?
PHP код:
CMD:play(playerid,params[])
{
PlayAudioStreamForPlayer(playerid,"http://www.vestigedayz.com/audio/audio.mp3");
return 1;
}
}
PHP код:
CMD:stopplay(playerid,params[])
{
stopAudioStreamForPlayer(playerid);
return 1;
}
How can I make this loop?