public OnPlayerRequestClass(playerid, classid){ SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746); // SetPlayerPos(playerid, x,y,z) PlayerPlaySound(playerid, 1183, 1958.3783, 1343.1572, 15.3746); // Same Coordinates as SetPlayerPos // Other code here return 1;}