Search Results
Quote: Originally Posted by Salim_Karaja fixed How did u fix it? I have the same problem
149
I just used the example from samp wiki Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/play radio", cmdtext, true) == 0) { PlayAudioStreamForPlayer(playerid, ...
209
I tryed this one, but I got errors about undefined symbols cmdtext and PlayAudioStreamForPlayer
209
Can someone help me with making a script for audio streaming? And what plugin do I need? I want the audio to start on OnPlayerConnect and to end on OnPlayerSpawn Have been looking for solutions on web...
209
Cant compile, please help! Код HTML: #include <e_samp> #define COLOR_RED 0xAA3333AA public OnPlayerConnect(playerid) { SendClientMessage(playerid,COLOR_RED,"hi"); SendClientMessage(p...
121