26.02.2017, 17:07
Hello !
Well i have this ******* to mp3 code
I want the mp3link to be used in another code ( for each vehicle )
so simply when someone gets in vehicle as driver or passenger, will hear the link in mp3link variable ( that was set by the last driver ),
( it says error 017: undefined symbol "mp3link" , i hope if i can store it )
Help please :3
Well i have this ******* to mp3 code
PHP код:
stock *******StreamForPlayer(playerid, vlink[])
{
new mp3link[128];
format(mp3link,128,"http://www.*******inmp3.com/fetch/?video=%s",vlink);
PlayAudioStreamForPlayersInCar(GetPlayerVehicleID(playerid),mp3link);
return 1;
}
so simply when someone gets in vehicle as driver or passenger, will hear the link in mp3link variable ( that was set by the last driver ),
( it says error 017: undefined symbol "mp3link" , i hope if i can store it )
Help please :3