09.12.2018, 01:09
Faзa a adaptaзгo necessбria e evite o triple-post.
PHP код:
#include a_samp
#include zcmd
main () { }
// -- COMANDOS --
CMD:tp(playerid) {
SetPlayerPos(playerid, 1475.0580, -1360.5638, 11.8828);
SendClientMessage(playerid, -1, "Vocк se teleportou atй o local da mъsica. Use /mp3.");
return 1;
}
CMD:mp3(playerid) {
if(!IsPlayerInRangeOfPoint(playerid, 5.0, 1475.0580, -1360.5638, 11.8828)) return SendClientMessage(playerid, -1, "Vocк nгo estб no local indicado.");
PlayAudioStreamForPlayer(playerid, "https://dc543.4shared.com/img/NeRS6S8qca/5ecd43cb/dlink__2Fdownload_2FNeRS6S8qca_2FCecilia_5FKrull_5F-_5FMy_5FLife_5FIs_5FGoi.mp3_3Fsbsr_3D8585d51b9fdfa088892f924ca71f72f49f9_26bip_3DMTM4LjU5LjYzLjI_26lgfp_3D52_26bip_3DMTM4LjU5LjYzLjI/preview.mp3");
SendClientMessage(playerid, -1, "Agora vocк estб ouvindo a mъsica.");
return 1;
}