Search Results
So what's hard in making option?
126
But what if I want them to fly?
126
In SAMP versions after 0.2, two train tracks are blocked. (tracks4.dat and tracks2.dat). Is there any plugin to unblock them? Or can it be done?
126
Sorry for bumping, but wanted you to know that SAMP is very raw and needs more work, but Kalcor doesn't give a shit about it. SAMP is dying, move to MTA. Why the hell are animations synced by players...
96
I've found temporary solution - setting timer after every ApplyAnimation, but I still need another (more optimized and clean) way to do this.
96
Dayrion is right, GetPlayerAnimationIndex returns 0 only if spectating/not spawned.
96
For example, I have this script: PHP код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {     if((newkeys & KEY_JUMP) && !(oldkeys & KEY_JUMP)) {   Â...
96
What's wrong with this goddamn filterscript? I can't get it to work. 6 months ago commands were working with ZCMD, but music didn't stream, now commands aren't working at all (be it ZCMD or dc_cmd). I...
55
Quote: Originally Posted by Arthur Kane Stupid question but it's possible. Is your radio sound ON? Yes, it is maxed out.
194
Even removing positions didn't help. Object spawns, 3D text is at it's place, everything is ok. But no sound. Just no sound at all, be it .mp3 link or radio stream.
194
Quote: Originally Posted by Threshold With PlayAudioStreamForPlayer, you can stream the audio at a set location (coordinates) or you can simply stream directly to the player. Seeing as you...
194
Quote: Originally Posted by Debjit To get audio streamed from a URL, you need to add #include <a_http> at the top your script. Quote: Originally Posted by BadJih you n...
194
Hi, I have this filterscript. It must play stream put in /speaker command. For example /speaker http://site.com/music.mp3 Problem is that it doesn't stream music for any player around. What's fault is...
194
Thank you very much, problem with 3D Text is gone, but problem that music won't play persists. Any ideas?
83
Quote: Originally Posted by Arthur Kane Show us the lines, not your entire code. Problem with tag mismatch is with 3d text, but main problem is audio, not text. Line 29: DestroyDynamic...
83
Hello, I'd like to get help with my script, it's a bit edited "Simple boombox system". I just added 3D text, changed language and fixed some bugs. Problem is that everything works but music won't play...
83