Quote:
Originally Posted by Krakuski
Add this to the top of your script:
pawn Код:
#pragma tabsize 0 native PlayAudioStreamForPlayer(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0); native StopAudioStreamForPlayer(playerid);
|
Don't use #pragma tabsize 0 that will fuck up all your indentation checking Krakuski that is a terrible practice.