22.08.2015, 11:40
Quote:
Yeah i found the problem,but when u want to use "LS Train"?
Код:
public OnPlayerSpawn(playerid) { if(PlayerInfo[playerid][pPos][0] == 0 && PlayerInfo[playerid][pPos][1] == 0) { SetPlayerPos(playerid, 802.4837,-1348.5842,-0.5078); SetPlayerFacingAngle(playerid, 317.1196); PlayAudioStreamForPlayer(playerid, "http://www.fromtexttospeech.com/texttospeech_output_files/0477346001439163656/7585780.mp3"); for(new i; i < 25; i++) { SendClientMessage(playerid, -1, ""); } // SendClientMessage(playerid, COLOR_ORANGE, "LS TRAIN: This is the last stop, enjoy your stay in Los Santos!"); return 1; } else { SetPlayerPos(playerid, PlayerInfo[playerid][pPos][0], PlayerInfo[playerid][pPos][1], PlayerInfo[playerid][pPos][2]); } StopAudioStreamForPlayer(playerid); return 1; } |