27.07.2014, 06:37
For music, you can use the function PlayAudioStreamForPlayer(playerid, "<url>");
For example:
Put this under OnPlayerConnect or when the player logs in using dialog
For the textdraw thing, place the 'Basics' player textdraw code above the other textdraws, so that first the basics textdraws are created and then other..
For example:
pawn Код:
PlayAudioStreamForPlayer(playerid, "http://pamp3.site40.net/zombie/intro.wav");
For the textdraw thing, place the 'Basics' player textdraw code above the other textdraws, so that first the basics textdraws are created and then other..

