07.01.2014, 12:24
Ok i have something here but it dont work.
Also i got these errors when i am compiling it.
Код:
public OnPlayerUpdate(playerid) { if(!IsPlayerConnected(playerid)) return 0; if(IsPlayerNPC(playerid)) return 1; // Handle playing SomaFM at the alhambra if(GetPlayerInterior(playerid) == 17) { if(IsPlayerInRangeOfPoint(playerid,70.0,489.5824,-14.7563,1000.6797)) { // alhambra middle if(!GetPVarInt(playerid,"alhambra")) { SetPVarInt(playerid,"alhambra",1); PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls",480.9575,-3.5402,1002.0781,40.0,true); } } } else { if(GetPVarInt(playerid,"alhambra")) { DeletePVar(playerid,"alhambra"); StopAudioStreamForPlayer(playerid); } } return 1; }
Код:
x:\Program Files (x86)\x\x\x\x.pwn(35744) : warning 217: loose indentation x:\Program Files (x86)\x\x\x\x.pwn(35763) : warning 225: unreachable code x:\Program Files (x86)\x\x\x\x.pwn(35763) : warning 217: loose indentation