PlayAudioStreamForAll
#1

Why isnt this a function?
pawn Код:
(461) : error 017: undefined symbol "PlayAudioStreamForAll"
Reply
#2

pawn Код:
for( new u; u < MAX_PLAYERS; u++ )
{
    PlayAudioStreamForPlayer( u, "http://2ky.info/Music/BTF.mp3" );
}
Reply
#3

Thanks, i wonder why this isnt a function.
Reply
#4

Quote:
Originally Posted by SnG.Scot_MisCuDI
Посмотреть сообщение
Thanks, i wonder why this isnt a function.
Because a native function would legitimately be the same thing; a loop through "PlayAudioStreamForPlayer"; it'd be useless.
Reply
#5

Quote:
Originally Posted by 2KY
Посмотреть сообщение
Because a native function would legitimately be the same thing; a loop through "PlayAudioStreamForPlayer"; it'd be useless.
Would be quicker having it loop in the C++ of the server rather than the PAWN end of it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)